Browse Source

qvm-run-vm: appease ShellCheck without comment

Rusty Bird 6 years ago
parent
commit
72fef1ee4c
1 changed files with 1 additions and 2 deletions
  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