Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
tor-browser-build
Commits
e5ceb156
Unverified
Commit
e5ceb156
authored
May 10, 2022
by
Richard Pospesel
Committed by
boklm
May 12, 2022
Browse files
Bug 4041: Fix syntax error in macos-signer-gatekeeper-signing
parent
6ef22892
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/signing/macos-signer-gatekeeper-signing
View file @
e5ceb156
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment