summaryrefslogtreecommitdiff
path: root/completions/luac
diff options
context:
space:
mode:
Diffstat (limited to 'completions/luac')
-rw-r--r--completions/luac2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/luac b/completions/luac
index 9c91f25a..15b562ae 100644
--- a/completions/luac
+++ b/completions/luac
@@ -16,7 +16,7 @@ _luac()
esac
if [[ $cur == -* ]]; then
- COMPREPLY=( $( compgen -W "$( _parse_help "$1" )" -- "$cur" ) )
+ COMPREPLY=( $(compgen -W "$(_parse_help "$1")" -- "$cur") )
return
fi