Fixed Mac's grumbling about this file (sheessh. bash isn't always cool).
This commit is contained in:
+2
-2
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user