summaryrefslogtreecommitdiff
path: root/completions/filesnarf
diff options
context:
space:
mode:
Diffstat (limited to 'completions/filesnarf')
-rw-r--r--completions/filesnarf6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/filesnarf b/completions/filesnarf
index 01766555..f959d80f 100644
--- a/completions/filesnarf
+++ b/completions/filesnarf
@@ -12,11 +12,11 @@ _snarf()
;;
esac
- if [[ "$cur" == -* ]]; then
- COMPREPLY=( $(compgen -W '$(_parse_usage "$1")' -- "$cur") )
+ if [[ $cur == -* ]]; then
+ COMPREPLY=($(compgen -W '$(_parse_usage "$1")' -- "$cur"))
fi
} &&
-complete -F _snarf filesnarf mailsnarf msgsnarf
+ complete -F _snarf filesnarf mailsnarf msgsnarf
# ex: filetype=sh