summaryrefslogtreecommitdiff
path: root/completions/sbcl
diff options
context:
space:
mode:
Diffstat (limited to 'completions/sbcl')
-rw-r--r--completions/sbcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/sbcl b/completions/sbcl
index 3db4a39a..a8dd5345 100644
--- a/completions/sbcl
+++ b/completions/sbcl
@@ -9,9 +9,9 @@ _sbcl()
# completing an option (may or may not be separated by a space)
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--core --noinform --help --version
+ COMPREPLY=( $(compgen -W '--core --noinform --help --version
--sysinit --userinit --eval --noprint --disable-debugger
- --end-runtime-options --end-toplevel-options ' -- "$cur" ) )
+ --end-runtime-options --end-toplevel-options ' -- "$cur") )
else
_filedir
fi