diff options
Diffstat (limited to 'misc/rb_optparse.bash')
| -rw-r--r-- | misc/rb_optparse.bash | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/rb_optparse.bash b/misc/rb_optparse.bash index f77d937c87..8a59ec2dda 100644 --- a/misc/rb_optparse.bash +++ b/misc/rb_optparse.bash @@ -1,5 +1,4 @@ -# -*- bash -*- -# +#! /bin/bash # Completion for bash: # # (1) install this file, @@ -17,5 +16,5 @@ _rb_optparse() { } rb_optparse () { - [ $# = 0 ] || complete -o default -F _rb_optparse "$@" + [ $# = 0 ] || complete -o default -F _rb_optparse "$@" } |
