This is an automated email from the git hooks/post-receive script.
boklm pushed a commit to branch maint-11.0 in repository builders/tor-browser-build.
commit e5ceb1566a7aa8c491b64d4881fd459fa45ff07f Author: Richard Pospesel richard@torproject.org AuthorDate: Tue May 10 17:54:45 2022 +0000
Bug 4041: Fix syntax error in macos-signer-gatekeeper-signing --- tools/signing/macos-signer-gatekeeper-signing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/signing/macos-signer-gatekeeper-signing b/tools/signing/macos-signer-gatekeeper-signing index 9df621f..8efc3fd 100755 --- a/tools/signing/macos-signer-gatekeeper-signing +++ b/tools/signing/macos-signer-gatekeeper-signing @@ -90,7 +90,7 @@ do check_signature $LANG 1 if [ $? -eq 1 ] then - echo Signature verification failed ($LANG). + echo "Signature verification failed (${LANG})". rm -r "Tor Browser.app" exit 1 fi