summaryrefslogtreecommitdiff
path: root/completions/makepkg
diff options
context:
space:
mode:
Diffstat (limited to 'completions/makepkg')
-rw-r--r--completions/makepkg3
1 files changed, 2 insertions, 1 deletions
diff --git a/completions/makepkg b/completions/makepkg
index 98edda8f..71d4f76d 100644
--- a/completions/makepkg
+++ b/completions/makepkg
@@ -15,7 +15,8 @@ _makepkg_slackware()
if [[ "$cur" == -* ]]; then
COMPREPLY=( $(compgen -W \
- '$1 | command sed -e "s/^options://" | _parse_help -' -- "$cur") )
+ '$($1 | command sed -e "s/^options://" | _parse_help -)' \
+ -- "$cur") )
return
fi