qvm-run-vm: appease ShellCheck without comment

This commit is contained in:
Rusty Bird 2018-01-14 19:20:59 +00:00
parent ce1f0af216
commit 72fef1ee4c
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

View File

@ -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