summaryrefslogtreecommitdiff
path: root/completions/mtx
diff options
context:
space:
mode:
Diffstat (limited to 'completions/mtx')
-rw-r--r--completions/mtx2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/mtx b/completions/mtx
index 0dae92ae..0cb63251 100644
--- a/completions/mtx
+++ b/completions/mtx
@@ -20,7 +20,7 @@ _mtx()
drives=${drives//:Full}
drives=${drives//:Empty}
- if [ $cword -gt 1 ]; then
+ if [[ $cword -gt 1 ]]; then
case $prev in
load)
COMPREPLY=( $( compgen -W "$tapes" -- "$cur" ) )