diff --git a/README b/README index 56062b9..bdcd420 100644 --- a/README +++ b/README @@ -5,4 +5,4 @@ script. However, in some point of time I've decided to rewrite it almost from scratch. Current version of script was written and tested against VBoxManage in version -4.3.18, and supports all commands (in some extent ;)). +4.3.28, and supports all commands (in some extent ;)). diff --git a/VBoxManage b/VBoxManage index 1198d35..212ee27 100644 --- a/VBoxManage +++ b/VBoxManage @@ -877,7 +877,8 @@ _VBoxManage() { " ${COMP_WORDS[@]} " == *" --passwordfile "* ]] && items=(--image --username --domain --verbose --timeout --environment --wait-exit --wait-stdout - --wait-stderr --dos2unix --unix2dos) + --wait-stderr --dos2unix --unquoted-args + --unix2dos) _get_excluded_items "${items[@]}" COMPREPLY=( $(compgen -W "$result" -- ${cur}) ) @@ -1392,7 +1393,7 @@ _VBoxManage() { file" -- ${cur}) ) ;; --audio) - COMPREPLY+=( $(compgen -W "none null oss alsa" \ + COMPREPLY+=( $(compgen -W "none null oss alsa pulse" \ -- ${cur}) ) ;;