summaryrefslogtreecommitdiff
path: root/completions/macof
diff options
context:
space:
mode:
Diffstat (limited to 'completions/macof')
-rw-r--r--completions/macof2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/macof b/completions/macof
index dacae2fd..c92a3864 100644
--- a/completions/macof
+++ b/completions/macof
@@ -14,7 +14,7 @@ _macof()
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '$( _parse_usage "$1" )' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '$(_parse_usage "$1")' -- "$cur") )
fi
} &&