From b19d5f9bff5d0dc87056d2a0d612c62752c147ef Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 15 Oct 2024 19:00:12 +0200 Subject: [PATCH] Fix compile script, fixex #1750 --- script/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/compile b/script/compile index 05dc65dc..3b7097c2 100755 --- a/script/compile +++ b/script/compile @@ -107,7 +107,7 @@ then export BABASHKA_FEATURE_PRIORITY_MAP="${BABASHKA_FEATURE_PRIORITY_MAP:-false}" fi -if [[ -z "$BABASHKA_SHA" ]] +if [[ -z "${BABASHKA_SHA:-}" ]] then sha=$(git rev-parse HEAD) if [[ $? -eq 0 ]]; then