set COMMAND_MODE to unix2003 on OS X (for Riak, JSC)

This commit is contained in:
Sami Samhuri 2010-07-13 09:20:43 -07:00
parent 9ae0846fd0
commit 5acad3ea7f

View file

@ -13,6 +13,11 @@ if which narwhal-jsc >/dev/null 2>&1; then
export NARWHAL_ENGINE=jsc export NARWHAL_ENGINE=jsc
fi fi
# for riak and possibly building javascriptcore
if mac; then
export COMMAND_MODE=unix2003
fi
export LC_ALL="en_CA.UTF-8" export LC_ALL="en_CA.UTF-8"
export LANG="en_CA.UTF-8" export LANG="en_CA.UTF-8"