Fix incorrect tab-to-space. v2.15.43
authorCarl Hetherington <cth@carlh.net>
Mon, 24 Feb 2020 20:34:23 +0000 (21:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 24 Feb 2020 20:34:23 +0000 (21:34 +0100)
platform/osx/make_dmg.sh

index b3674df690265bb63d50d61da8f44c7d3ddbfae1..8f16920b61c73dc5976737106f44e578ef0bc02f 100644 (file)
@@ -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)
        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."
             echo "Got $summary"
             if [ "$summary" == "<string>invalid</string>" ]; then
                 echo "Notarization failed."