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

Loading…
Cancel
Save