summaryrefslogtreecommitdiff
path: root/completions/_umount
diff options
context:
space:
mode:
Diffstat (limited to 'completions/_umount')
-rw-r--r--completions/_umount4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/_umount b/completions/_umount
index a5d338bc..36d5703f 100644
--- a/completions/_umount
+++ b/completions/_umount
@@ -17,8 +17,8 @@ _umount()
_init_completion || return
local IFS=$'\n'
- COMPREPLY=( $(compgen -W '$(mount | cut -d" " -f 3)' -- "$cur") )
+ COMPREPLY=($(compgen -W '$(mount | cut -d" " -f 3)' -- "$cur"))
} &&
-complete -F _umount -o dirnames umount
+ complete -F _umount -o dirnames umount
# ex: filetype=sh