mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2025-12-17 19:40:17 +01:00
Fix for catching usbfilter command
This commit is contained in:
@@ -2054,7 +2054,7 @@ _VBoxManage() {
|
||||
fi
|
||||
;;
|
||||
|
||||
usbfilte)
|
||||
usbfilter)
|
||||
if [[ COMP_CWORD -ge 3 ]]; then
|
||||
subcommand="${COMP_WORDS[2]}"
|
||||
if [[ $subcommand == "${cmd}" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user