summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-27 22:54:36 +0100
committerCarl Hetherington <cth@carlh.net>2019-10-27 23:57:37 +0100
commit265acfe3f904b4af4c37f6f0898f7c10f146ca42 (patch)
tree173706caddd85bf243edf72bbf3e1f2ea14d4d3b
parent0f2813bd0c62a4748c8354077583d69a07f19c9e (diff)
Fix incorrectly-placed set +e when building universal binaries.v2.15.27
-rw-r--r--platform/osx/make_dmg.sh3
1 files changed, 1 insertions, 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