Fixed Mac's grumbling about this file (sheessh. bash isn't always cool).

This commit is contained in:
Robin Mills
2012-11-02 03:19:33 +00:00
parent 663d16cb4c
commit 74d26b8fb1
+2 -2
View File
@@ -9,8 +9,8 @@
# ----------------------------------------------------------------------
# Setup
export LC_ALL=C
os=$(uname -o)
if [ "$os" == "Cygwin" ]; then
os=$(uname)
if [ "${os:0:4}" == "CYGW" ]; then
export "PATH=$PWD/../msvc:$PATH"
fi
cd tmp/