diff options
author | Alex Gorrod <agorrod@wiredtiger.com> | 2012-10-26 00:06:11 +0000 |
---|---|---|
committer | Alex Gorrod <agorrod@wiredtiger.com> | 2012-10-26 00:06:11 +0000 |
commit | 64e059d5a591f39aefdd025814762c7ec2529815 (patch) | |
tree | 8f4ce45ac553c4c4113ed93eb0990f6ab7c6bd7c | |
parent | 5dc3d4d75c1a5cb9adb5e0f9956ffd8751b9c232 (diff) | |
download | mongo-64e059d5a591f39aefdd025814762c7ec2529815.tar.gz |
Update s_string to ignore system LC_ALL setting.
-rw-r--r-- | dist/s_string | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/s_string b/dist/s_string index 3c4f8ef3b5e..89ba5b130d0 100644 --- a/dist/s_string +++ b/dist/s_string @@ -5,6 +5,10 @@ t=__wt.$$ trap 'rm -f $t; exit 0' 0 1 2 3 13 15 +# Insulate against locale-specific sort order +LC_ALL=C +export LC_ALL + # If aspell has not been installed, quit type aspell > /dev/null 2>&1 || { echo 'skipped: aspell not found' |