summaryrefslogtreecommitdiff
path: root/completions/wine
diff options
context:
space:
mode:
Diffstat (limited to 'completions/wine')
-rw-r--r--completions/wine2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/wine b/completions/wine
index be299755..f871e744 100644
--- a/completions/wine
+++ b/completions/wine
@@ -7,7 +7,7 @@ _wine()
if [[ $cword -eq 1 ]]; then
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--help --version' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '--help --version' -- "$cur") )
[[ $COMPREPLY ]] && return
fi
_filedir '@([eE][xX][eE]?(.[sS][oO])|[cC][oO][mM]|[sS][cC][rR]|[mM][sS][iI])'