summaryrefslogtreecommitdiff
path: root/misc/rb_optparse.bash
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rb_optparse.bash')
-rw-r--r--misc/rb_optparse.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/rb_optparse.bash b/misc/rb_optparse.bash
index e2d2fdea38..f77d937c87 100644
--- a/misc/rb_optparse.bash
+++ b/misc/rb_optparse.bash
@@ -17,5 +17,5 @@ _rb_optparse() {
}
rb_optparse () {
- [ $# = 0 ] || complete -o default -F _rb_optparse "$@"
+ [ $# = 0 ] || complete -o default -F _rb_optparse "$@"
}