diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-24 21:34:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-24 21:34:23 +0100 |
| commit | d16b0e35f5f440e0e206eb113fca7d4e700b62f7 (patch) | |
| tree | 20980dd2fc064b9caebe2c47762019e618ceece7 | |
| parent | c0019989c483046f0934d19e4634c21ff68e3cdf (diff) | |
Fix incorrect tab-to-space.v2.15.43
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index b3674df69..8f16920b6 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -336,7 +336,7 @@ EOF while [ 1 ]; do echo "Checking up on $id" status=$(xcrun altool --notarization-info $id -u $APPLE_ID -p $APPLE_PASSWORD --output-format xml) - summary=$(echo "$status" | grep -C1 "<key>Status</key>" | tail -n 1 | sed -e "s/ .//g") + summary=$(echo "$status" | grep -C1 "<key>Status</key>" | tail -n 1 | sed -e "s/ .//g") echo "Got $summary" if [ "$summary" == "<string>invalid</string>" ]; then echo "Notarization failed." |
