From a59a2c21161f5a0f9dadf1dd2dc60377de75c21e Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Mon, 19 Nov 2012 18:16:36 +0000 Subject: * compare_tests: Add export LC_ALL=C to make sort happier. From-SVN: r193631 --- contrib/ChangeLog | 4 ++++ contrib/compare_tests | 2 ++ 2 files changed, 6 insertions(+) (limited to 'contrib') diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 3b6f2a5..c789984 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2012-11-19 Mike Stump + + * compare_tests: Add export LC_ALL=C to make sort happier. + 2012-11-14 H.J. Lu * gcc_update: Update libsanitizer generated files. diff --git a/contrib/compare_tests b/contrib/compare_tests index 4afc07c..b96e4a8 100755 --- a/contrib/compare_tests +++ b/contrib/compare_tests @@ -32,6 +32,8 @@ EOUSAGE # Written by Mike Stump # Subdir comparison added by Quentin Neill +export LC_ALL=C + tool=gxx tmp1=/tmp/$tool-testing.$$a -- cgit v1.1