Skip to content

Commit ebf0c67

Browse files
committed
Fix the scriptChange log to echo
1 parent 4ce7b52 commit ebf0c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codesign_applet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if test "$?" != "0"; then
2626
exit 1
2727
fi
2828

29-
log "Removing quarantine xattr"
29+
echo "Removing quarantine xattr"
3030
/usr/bin/xattr -dr 'com.apple.quarantine' "$app_to_sign" 2>/dev/null
3131

3232
entitlements_path="$self_dir/OMCApplet/OMCApplet.entitlements"

0 commit comments

Comments
 (0)