From b1876e88ddc091fc9018bceba6f6f1e0b2bb6527 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 30 Jun 2016 21:34:41 +0300 Subject: Set LANG to C in build script. --- build.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-60-g2f50