fix: Brackets (#421)

This commit is contained in:
Kroese 2024-02-02 11:54:22 +01:00 committed by GitHub
parent 487eefbeb9
commit 666b5be9ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ set -Eeuo pipefail
: "${CPU_FLAGS:=""}"
: "${CPU_MODEL:="host"}"
[ "$ARCH" != "arm"* ] && KVM="N"
[[ "$ARCH" != "arm"* ]] && KVM="N"
if [[ "$KVM" != [Nn]* ]]; then