qvm-run-vm: appease ShellCheck without comment
This commit is contained in:
parent
ce1f0af216
commit
72fef1ee4c
@ -44,8 +44,7 @@ VMNAME="$1"
|
|||||||
shift
|
shift
|
||||||
|
|
||||||
if [ "$VMNAME" = "--dispvm" ] ; then
|
if [ "$VMNAME" = "--dispvm" ] ; then
|
||||||
# shellcheck disable=SC2016
|
VMNAME="\$dispvm"
|
||||||
VMNAME='$dispvm'
|
|
||||||
elif [ "$VMNAME" = "" ] ; then
|
elif [ "$VMNAME" = "" ] ; then
|
||||||
print_usage
|
print_usage
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user