diff --git a/misc/rb_optparse.bash b/misc/rb_optparse.bash index 8a59ec2dda..e2d2fdea38 100644 --- a/misc/rb_optparse.bash +++ b/misc/rb_optparse.bash @@ -1,4 +1,5 @@ -#! /bin/bash +# -*- bash -*- +# # Completion for bash: # # (1) install this file, diff --git a/misc/rb_optparse.zsh b/misc/rb_optparse.zsh old mode 100755 new mode 100644 index a08b3ddd01..9e42eff967 --- a/misc/rb_optparse.zsh +++ b/misc/rb_optparse.zsh @@ -1,4 +1,5 @@ -#!/bin/zsh +# -*- zsh -*- +# # Completion for zsh: # (based on ) #