style: Quote variables (#565)

This commit is contained in:
Kroese
2024-01-14 16:01:15 +01:00
committed by GitHub
parent 893a013ae9
commit 1fc9c56c8f
8 changed files with 43 additions and 43 deletions

View File

@@ -3,11 +3,11 @@ set -Eeuo pipefail
# Docker environment variables
: "${HOST_MAC:=''}"
: "${HOST_DEBUG:=''}"
: "${HOST_SERIAL:=''}"
: "${HOST_MODEL:=''}"
: "${GUEST_SERIAL:=''}"
: "${HOST_MAC:=""}"
: "${HOST_DEBUG:=""}"
: "${HOST_SERIAL:=""}"
: "${HOST_MODEL:=""}"
: "${GUEST_SERIAL:=""}"
HOST_ARGS=()
HOST_ARGS+=("-cpu=$CPU_CORES")