summaryrefslogtreecommitdiff
path: root/completions/unace
diff options
context:
space:
mode:
Diffstat (limited to 'completions/unace')
-rw-r--r--completions/unace4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/unace b/completions/unace
index 0f8963e0..a58bd6f0 100644
--- a/completions/unace
+++ b/completions/unace
@@ -6,10 +6,10 @@ _unace()
_init_completion || return
if [[ $cur == -* ]]; then
- COMPREPLY=( $( compgen -W '-c -c- -f -f- -o -o- -p -y -y-' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '-c -c- -f -f- -o -o- -p -y -y-' -- "$cur") )
else
if [[ $cword -eq 1 ]]; then
- COMPREPLY=( $( compgen -W 'e l t v x' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W 'e l t v x' -- "$cur") )
else
_filedir ace
fi