Prevents the --options
option in vm-run
from interfering with other options
This commit is contained in:
parent
563ac18483
commit
db6197d0a0
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ while true; do
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-o | --options )
|
-o | --options )
|
||||||
LIBVIRTOPTS=$2
|
LIBVIRTOPTS="${LIBVIRTOPTS} $2"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
--no-viewer )
|
--no-viewer )
|
||||||
|
|
Loading…
Add table
Reference in a new issue