summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-08-08 12:26:03 +0000
committersmatz <smatz@openttd.org>2009-08-08 12:26:03 +0000
commitba2f6f0a669acb7132971ab13990500ad3089d80 (patch)
tree3580446d52cff6c084438e95d82237051fc8d290 /src
parent28b5adbcbc303cc2fc4daa7ff6cd89c77bacad31 (diff)
downloadopenttd-ba2f6f0a669acb7132971ab13990500ad3089d80.tar.xz
(svn r17109) -Fix (r15027): squirrel_export.sh failed for some locales
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ai/api/squirrel_export.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ai/api/squirrel_export.sh b/src/ai/api/squirrel_export.sh
index 2f28e12bb..72ec81c8b 100755
--- a/src/ai/api/squirrel_export.sh
+++ b/src/ai/api/squirrel_export.sh
@@ -2,6 +2,10 @@
# $Id$
+# Set neutral locale so sort behaves the same everywhere
+LC_ALL=C
+export LC_ALL
+
# We really need gawk for this!
AWK=gawk