We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f790f commit e628b16Copy full SHA for e628b16
installer/build-mac-dmg.sh
@@ -91,7 +91,7 @@ while [ $(( $(date +%s) - 3600 )) -lt $START ]; do
91
notarize_info=$(xcrun altool --notarization-info "$REQUEST_UUID" -u "[email protected]" -p "@keychain:NOTARIZE_AUTH")
92
echo "$notarize_info"
93
94
- pat='Status:\s(.*)'
+ pat='Status: (.*)'
95
[[ "$notarize_info" =~ $pat ]]
96
notarize_status="${BASH_REMATCH[1]}"
97
0 commit comments