diff options
Diffstat (limited to 'Completion/Commands/_bash_completions')
-rw-r--r-- | Completion/Commands/_bash_completions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Commands/_bash_completions b/Completion/Commands/_bash_completions index f16b5e0a4..6980e8bfd 100644 --- a/Completion/Commands/_bash_completions +++ b/Completion/Commands/_bash_completions @@ -25,7 +25,7 @@ # that will not have been overridden, so you should add '~' to the # list of keys at the top of the for-loop. -setopt localoptions $_comp_options +setopt localoptions ${_comp_options[@]} local key=$KEYS[-1] expl |