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:
parent
7c6c138007
commit
b0fdc2e939
|
@ -4,6 +4,12 @@
|
||||||
|
|
||||||
# no, I won't use XCode...
|
# 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
|
if [ ! -e macbuild ]; then
|
||||||
mkdir macbuild || exit 1
|
mkdir macbuild || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue