summaryrefslogtreecommitdiff
path: root/completions/cardctl
diff options
context:
space:
mode:
Diffstat (limited to 'completions/cardctl')
-rw-r--r--completions/cardctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/cardctl b/completions/cardctl
index 0532d6ef..90837269 100644
--- a/completions/cardctl
+++ b/completions/cardctl
@@ -5,7 +5,7 @@ _cardctl()
local cur prev words cword
_init_completion || return
- if [ $cword -eq 1 ]; then
+ if [[ $cword -eq 1 ]]; then
COMPREPLY=( $( compgen -W 'status config ident suspend \
resume reset eject insert scheme' -- "$cur" ) )
fi