summaryrefslogtreecommitdiff
path: root/completions/jar
diff options
context:
space:
mode:
Diffstat (limited to 'completions/jar')
-rw-r--r--completions/jar2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/jar b/completions/jar
index b7de930f..c839aa85 100644
--- a/completions/jar
+++ b/completions/jar
@@ -6,7 +6,7 @@ _jar()
_init_completion || return
if [[ $cword -eq 1 ]]; then
- COMPREPLY=( $( compgen -W 'c t x u' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W 'c t x u' -- "$cur") )
return
fi