This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch master in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/master by this push: new 234213a Bug 4041: Fix syntax error in macos-signer-gatekeeper-signing 234213a is described below
commit 234213a288d1321ca29a98b251907e6372b28f5a 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