[tor-commits] [builders/tor-browser-build] 01/02: Bug 4041: Fix syntax error in macos-signer-gatekeeper-signing
    gitolite role 
    git at cupani.torproject.org
       
    Thu May 12 07:09:24 UTC 2022
    
    
  
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 at 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
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the tor-commits
mailing list