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

v0.27.3
Robin Mills 13 years ago
parent 663d16cb4c
commit 74d26b8fb1

@ -9,8 +9,8 @@
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Setup # Setup
export LC_ALL=C export LC_ALL=C
os=$(uname -o) os=$(uname)
if [ "$os" == "Cygwin" ]; then if [ "${os:0:4}" == "CYGW" ]; then
export "PATH=$PWD/../msvc:$PATH" export "PATH=$PWD/../msvc:$PATH"
fi fi
cd tmp/ cd tmp/

Loading…
Cancel
Save