Fix for catching usbfilter command

This commit is contained in:
2017-10-08 09:01:25 +02:00
parent 1674acbe92
commit 20b1ef9fab

View File

@@ -2054,7 +2054,7 @@ _VBoxManage() {
fi
;;
usbfilte)
usbfilter)
if [[ COMP_CWORD -ge 3 ]]; then
subcommand="${COMP_WORDS[2]}"
if [[ $subcommand == "${cmd}" ]]; then