summaryrefslogtreecommitdiffstats
path: root/bash-completion/findmnt
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/findmnt')
-rw-r--r--bash-completion/findmnt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/findmnt b/bash-completion/findmnt
index cdc4861c2..a6d526f71 100644
--- a/bash-completion/findmnt
+++ b/bash-completion/findmnt
@@ -38,7 +38,7 @@ _findmnt_module()
MNT_OPTS[$I]='1'
done
done < <(findmnt -rno OPTIONS)
- COMPREPLY=( $(compgen -W "$(echo ${!MNT_OPTS[@]})" -- $cur) )
+ COMPREPLY=( $(compgen -W "${!MNT_OPTS[@]}" -- $cur) )
return 0
;;
'-o'|'--output')