summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-30 21:34:41 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-30 21:34:41 +0300
commitb1876e88ddc091fc9018bceba6f6f1e0b2bb6527 (patch)
tree65b006209d1c153661b7600308fa90ff4948c606 /build.sh
parentf41a97b2aa98de5062ff389e267ddfeead6a4247 (diff)
downloadevol-hercules-b1876e88ddc091fc9018bceba6f6f1e0b2bb6527.tar.gz
evol-hercules-b1876e88ddc091fc9018bceba6f6f1e0b2bb6527.tar.bz2
evol-hercules-b1876e88ddc091fc9018bceba6f6f1e0b2bb6527.tar.xz
evol-hercules-b1876e88ddc091fc9018bceba6f6f1e0b2bb6527.zip
Set LANG to C in build script.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index b5920c0..dd6c379 100755
--- a/build.sh
+++ b/build.sh
@@ -6,6 +6,7 @@ if [[ -z "${CMD}" ]]; then
export CMD="default"
fi
+export LANG=C
source tools/vars.sh
mkdir build