From d16b0e35f5f440e0e206eb113fca7d4e700b62f7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Feb 2020 21:34:23 +0100 Subject: [PATCH] Fix incorrect tab-to-space. --- platform/osx/make_dmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "Status" | tail -n 1 | sed -e "s/ .//g") + summary=$(echo "$status" | grep -C1 "Status" | tail -n 1 | sed -e "s/ .//g") echo "Got $summary" if [ "$summary" == "invalid" ]; then echo "Notarization failed." -- 2.30.2