diff --git a/lib/utils.bash b/lib/utils.bash index 9258a1a..8409164 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -43,7 +43,7 @@ os_name() { # arm64, x86_64 arch_name() { - if [ -n "$ARCH_OVERWRITE:-" ]; then + if [ -n "${ARCH_OVERWRITE:-}" ]; then echo "$ARCH_OVERWRITE" else case "$(uname -m)" in