From: Carl Hetherington Date: Mon, 24 Feb 2020 20:34:23 +0000 (+0100) Subject: Fix incorrect tab-to-space. X-Git-Tag: v2.15.43 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=d16b0e35f5f440e0e206eb113fca7d4e700b62f7 Fix incorrect tab-to-space. --- 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."