From f4c95cae50848f4adb3fc37d8aa4ee2157c800f6 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Wed, 20 Oct 2021 16:55:42 +0200 Subject: [PATCH] Fix notarization --- tools/app_notarization.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/app_notarization.sh b/tools/app_notarization.sh index 1061ba832..8e2128835 100755 --- a/tools/app_notarization.sh +++ b/tools/app_notarization.sh @@ -24,9 +24,9 @@ do xcrun_result=$? if [ "${xcrun_result}" != "0" ] then - if [ "$trycount" -lt "$maxCount" ] + if [ "$tryCount" -lt "$maxCount" ] then - tryCount=$((tryCount+1)) + tryCount=$((tryCount + 1)) sleep 60 continue else