aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2017-11-21 02:24:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-21 02:24:35 +0000
commit53a86c0689cc6cb17768fd7b559c3071b3148c9f (patch)
treea844396fed00285d5b68be7f40e00948cbfb00b6
parent74d138271a37de21a5e4169c88418981884d2feb (diff)
parent30e387babf40f4124d5726d28cfe569af880cfd9 (diff)
Merge "fix locale setting: Cannot set LC_ALL to default locale"
-rwxr-xr-xbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index e70c25a7..1a0cf45c 100755
--- a/build.sh
+++ b/build.sh
@@ -9,6 +9,9 @@
##############################################################################
set -ex
+#avoid locale issue on some environment
+export LC_ALL=en_US.UTF-8
+
COMPASS_PATH=`cd ${BASH_SOURCE[0]%/*};pwd`
WORK_DIR=$COMPASS_PATH/work/building
export CACHE_DIR=$WORK_DIR/cache