summaryrefslogtreecommitdiff
path: root/completions/installpkg
diff options
context:
space:
mode:
Diffstat (limited to 'completions/installpkg')
-rw-r--r--completions/installpkg6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/installpkg b/completions/installpkg
index f002f775..3ebf1dfc 100644
--- a/completions/installpkg
+++ b/completions/installpkg
@@ -11,7 +11,7 @@ _installpkg()
return
;;
--priority)
- COMPREPLY=( $( compgen -W 'ADD REC OPT SKP' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W 'ADD REC OPT SKP' -- "$cur") )
return
;;
--tagfile)
@@ -21,8 +21,8 @@ _installpkg()
esac
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--warn --md5sum --root --infobox --terse
- --menu --ask --priority --tagfile' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '--warn --md5sum --root --infobox --terse
+ --menu --ask --priority --tagfile' -- "$cur") )
return
fi