Skip to content

Commit 9d9be38

Browse files
mikkoioalders
authored andcommitted
Change quotation marks to single to prevent shell expansion
1 parent 19de13d commit 9d9be38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

share/bash-completion/completions/mech-dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _comp_cmd_mech_dump()
55
cur=${COMP_WORDS[COMP_CWORD]}
66

77
# shellcheck disable=SC2207
8-
COMPREPLY=( $( compgen -W "$(mech-dump --completions)" -- "$cur" ) )
8+
COMPREPLY=( $( compgen -W '$(mech-dump --completions)' -- "$cur" ) )
99
} &&
1010
complete -F _comp_cmd_mech_dump mech-dump
1111

0 commit comments

Comments
 (0)