mirror of https://github.com/OpenTTD/OpenTTD
(svn r17109) -Fix (r15027): squirrel_export.sh failed for some locales
parent
28b5adbcbc
commit
ba2f6f0a66
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue