diff --git a/lib/utils.bash b/lib/utils.bash index 6fde88a..9258a1a 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