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
This commit is contained in:
tildearrow 2021-12-29 18:11:36 -05:00
parent 7c6c138007
commit b0fdc2e939
1 changed files with 6 additions and 0 deletions

View File

@ -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