summaryrefslogtreecommitdiff
path: root/completions/brctl
diff options
context:
space:
mode:
Diffstat (limited to 'completions/brctl')
-rw-r--r--completions/brctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/brctl b/completions/brctl
index 27207158..01370654 100644
--- a/completions/brctl
+++ b/completions/brctl
@@ -18,7 +18,7 @@ _brctl()
show)
;;
*)
- COMPREPLY=( $( compgen -W "$(brctl show | \
+ COMPREPLY=( $( compgen -W "$($1 show | \
awk 'NR>1 {print $1}' )" -- "$cur" ) )
esac
;;
@@ -36,4 +36,4 @@ _brctl()
} &&
complete -F _brctl -o default brctl
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh