We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96aedaa commit ff5145bCopy full SHA for ff5145b
1 file changed
data/share/bash-completion/completions/pkgcheck
@@ -51,7 +51,7 @@ _pkgcheck() {
51
done
52
53
if (( i == COMP_CWORD )); then
54
- COMPREPLY+=($(compgen -W "${subcommands}" -- "${cur}"))
+ COMPREPLY+=($(compgen -W "${subcommands[*]}" -- "${cur}"))
55
return
56
fi
57
0 commit comments