ソースを参照

qvm-run-vm: appease ShellCheck without comment

Rusty Bird 6 年 前
コミット
72fef1ee4c
1 ファイル変更1 行追加2 行削除
  1. 1 2
      qubes-rpc/qvm-run-vm

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

@@ -44,8 +44,7 @@ VMNAME="$1"
 shift
 
 if [ "$VMNAME" = "--dispvm" ] ; then
-    # shellcheck disable=SC2016
-    VMNAME='$dispvm'
+    VMNAME="\$dispvm"
 elif [ "$VMNAME" = "" ] ; then
     print_usage
     exit 1