summaryrefslogtreecommitdiff
path: root/completions/gm
diff options
context:
space:
mode:
Diffstat (limited to 'completions/gm')
-rw-r--r--completions/gm4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/gm b/completions/gm
index 88c233c6..4ea4f3e9 100644
--- a/completions/gm
+++ b/completions/gm
@@ -2,8 +2,8 @@
_gm_commands()
{
- COMPREPLY+=( $( compgen -W '$( "$1" help |
- awk "/^ +[^ ]+ +- / { print \$1 }" )' -- "$cur" ) )
+ COMPREPLY+=( $(compgen -W '$("$1" help |
+ awk "/^ +[^ ]+ +- / { print \$1 }")' -- "$cur") )
}
_gm()