浏览代码

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

Rusty Bird 4 年之前
父节点
当前提交
ce3c1cfb7c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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