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

This commit is contained in:
smatz
2009-08-08 12:26:03 +00:00
parent 393e4e62d5
commit 3777a590f9

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