diff options
Diffstat (limited to 'src/ai')
-rwxr-xr-x | src/ai/api/squirrel_export.sh | 4 |
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 |