We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa757ea commit 1128195Copy full SHA for 1128195
installer/build-mac-dmg.sh
@@ -88,7 +88,7 @@ while [ "$(( $(date +%s) - 3600 ))" -lt "$START" ]; do
88
[[ "$notarize_info" =~ $pat ]]
89
notarize_status="${BASH_REMATCH[1]}"
90
91
- if [ "$notarize_status" != "in progress" && "$notarize_status" != "" ]; then
+ if [ "$notarize_status" != "in progress" ] && [ "$notarize_status" != "" ]; then
92
echo "Notarization Status Found: $notarize_status"
93
break
94
fi
0 commit comments