From b0fdc2e939f156d4d9d665684cd3a4119d453bf8 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 29 Dec 2021 18:11:36 -0500 Subject: [PATCH] error: There was a problem with the editor 'vi'. Please supply the message using either -m or -F option. YAY FOR MACOS NON-DETERMINISTIC GIT COMMIT --- scripts/release-mac.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/release-mac.sh b/scripts/release-mac.sh index 159b0f6f4..f988c4799 100755 --- a/scripts/release-mac.sh +++ b/scripts/release-mac.sh @@ -4,6 +4,12 @@ # no, I won't use XCode... +if [ ! -e /tmp/furnace ]; then + ln -s "$PWD" /tmp/furnace || exit 1 +fi + +cd /tmp/furnace + if [ ! -e macbuild ]; then mkdir macbuild || exit 1 fi