summaryrefslogtreecommitdiff
path: root/completions/e2label
diff options
context:
space:
mode:
Diffstat (limited to 'completions/e2label')
-rw-r--r--completions/e2label2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/e2label b/completions/e2label
index 86008d9f..94bcc1c8 100644
--- a/completions/e2label
+++ b/completions/e2label
@@ -5,7 +5,7 @@ _e2label()
local cur prev words cword
_init_completion || return
- if [ $cword -eq 1 ]; then
+ if [[ $cword -eq 1 ]]; then
cur=${cur:=/dev/}
_filedir
fi