diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-30 21:34:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-30 21:34:41 +0300 |
commit | b1876e88ddc091fc9018bceba6f6f1e0b2bb6527 (patch) | |
tree | 65b006209d1c153661b7600308fa90ff4948c606 /build.sh | |
parent | f41a97b2aa98de5062ff389e267ddfeead6a4247 (diff) | |
download | evol-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-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ if [[ -z "${CMD}" ]]; then export CMD="default" fi +export LANG=C source tools/vars.sh mkdir build |