Update to VB version 2.3.28

This commit is contained in:
2015-08-06 21:15:12 +02:00
parent c3c344b31f
commit 6db5b8c816
2 changed files with 4 additions and 3 deletions

2
README
View File

@@ -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 ;)).

View File

@@ -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}) )
;;