Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2015-07-13 11:20:01 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:55:26 +0300
commit8d214a0abd7b2d1d715dbc1cd8084c78b725d5a0 (patch)
tree1dfa504a730fc8f14abc5b196eccdb47590ed3aa /tools
parentddc9054b038744f98382f1719150e8b94212dd16 (diff)
[generator] force en_US locale
Diffstat (limited to 'tools')
-rwxr-xr-xtools/unix/generate_planet.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/unix/generate_planet.sh b/tools/unix/generate_planet.sh
index 0b8f6c782e..0113a0348a 100755
--- a/tools/unix/generate_planet.sh
+++ b/tools/unix/generate_planet.sh
@@ -179,6 +179,7 @@ export KEEP_INTDIR
export LOG_PATH
export REGIONS= # Routing script might expect something in this variable
export BORDERS_PATH="$TARGET/borders" # Also for the routing script
+export LC_ALL=en_US.UTF-8
[ -n "$OPT_CLEAN" -a -d "$INTDIR" ] && rm -r "$INTDIR"
mkdir -p "$INTDIR"