qvm-run-vm: translate --dispvm to modern @dispvm syntax
This commit is contained in:
parent
5c7d06b46e
commit
ce3c1cfb7c
@ -45,7 +45,7 @@ VMNAME="$1"
|
|||||||
shift
|
shift
|
||||||
|
|
||||||
if [ "$VMNAME" = "--dispvm" ] ; then
|
if [ "$VMNAME" = "--dispvm" ] ; then
|
||||||
VMNAME="\$dispvm"
|
VMNAME="@dispvm"
|
||||||
elif [ "$VMNAME" = "" ] ; then
|
elif [ "$VMNAME" = "" ] ; then
|
||||||
print_usage
|
print_usage
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user