From ceceb9b69d80edf313e88dfca1fc19660720f488 Mon Sep 17 00:00:00 2001 From: Guillaume Bougard Date: Thu, 20 Feb 2025 13:23:02 +0100 Subject: [PATCH] build: Fix shell syntax error --- contrib/macosx/glpi-agent-packaging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/macosx/glpi-agent-packaging.sh b/contrib/macosx/glpi-agent-packaging.sh index 7e90beea4..cc54056e2 100755 --- a/contrib/macosx/glpi-agent-packaging.sh +++ b/contrib/macosx/glpi-agent-packaging.sh @@ -96,7 +96,7 @@ if [ "$NOTARIZE" == "yes" ]; then echo "Can't planify notarization with empty NOTARIZE_PASSWORD" >&2 exit 5 fi - if [ -z "$NOTARIZE_TEAMID" ] + if [ -z "$NOTARIZE_TEAMID" ]; then echo "Can't planify notarization with empty NOTARIZE_TEAMID" >&2 exit 6 fi