From 265acfe3f904b4af4c37f6f0898f7c10f146ca42 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 27 Oct 2019 22:54:36 +0100 Subject: Fix incorrectly-placed set +e when building universal binaries. --- platform/osx/make_dmg.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 587cacbf8..248802d6b 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -347,9 +347,8 @@ EOF done xcrun stapler staple "$dmg" - set +e - fi + set +e rm $tmp_dmg rm -rf $vol_name -- cgit v1.2.3