1
0
Fork 0

(svn r17109) -Fix (r15027): squirrel_export.sh failed for some locales

release/1.0
smatz 2009-08-08 12:26:03 +00:00
parent 28b5adbcbc
commit ba2f6f0a66
1 changed files with 4 additions and 0 deletions

View File

@ -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