Explorar o código

qvm-run-vm: translate --dispvm to modern @dispvm syntax

Rusty Bird %!s(int64=4) %!d(string=hai) anos
pai
achega
ce3c1cfb7c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      qubes-rpc/qvm-run-vm

+ 1 - 1
qubes-rpc/qvm-run-vm

@@ -45,7 +45,7 @@ VMNAME="$1"
 shift
 
 if [ "$VMNAME" = "--dispvm" ] ; then
-    VMNAME="\$dispvm"
+    VMNAME="@dispvm"
 elif [ "$VMNAME" = "" ] ; then
     print_usage
     exit 1