summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-24 21:34:23 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-24 21:34:23 +0100
commitd16b0e35f5f440e0e206eb113fca7d4e700b62f7 (patch)
tree20980dd2fc064b9caebe2c47762019e618ceece7 /platform
parentc0019989c483046f0934d19e4634c21ff68e3cdf (diff)
Fix incorrect tab-to-space.v2.15.43
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh2
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."