Skip to content

Commit

Permalink
Only codesign if $CODESIGN_ID is set.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Sep 5, 2024
1 parent 31a622d commit 8bab6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/macosx_bundle_fixup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ done

# Code signing

if [ ! -z "CODESIGN_ID" ]; then
if [ ! -z "$CODESIGN_ID" ]; then
loginkeychain="$(security login-keychain | tr -d ' "')"

sign()
Expand Down

0 comments on commit 8bab6af

Please sign in to comment.