qvm-run-vm: appease ShellCheck without comment
This commit is contained in:
parent
ce1f0af216
commit
72fef1ee4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user