From d8417a6abefa9d9ed6e6284f7365899af8276ac5 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 18 Aug 2022 17:51:55 +0100 Subject: [PATCH] Make shellcheck happy --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 98fab07..2606407 100755 --- a/quickemu +++ b/quickemu @@ -384,7 +384,7 @@ function vm_boot() { # does not support SMM. # https://bugzilla.redhat.com/show_bug.cgi?id=1929357#c5 - if [ ! -z "${EFI_CODE}" ] || [ ! -e "${EFI_CODE}" ]; then + if [ -n "${EFI_CODE}" ] || [ ! -e "${EFI_CODE}" ]; then case ${secureboot} in on) ovmfs=("/usr/share/OVMF/OVMF_CODE_4M.secboot.fd","/usr/share/OVMF/OVMF_VARS_4M.fd" \