diff options
author | Mike Stump <mikestump@comcast.net> | 2012-11-19 18:16:36 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2012-11-19 18:16:36 +0000 |
commit | a59a2c21161f5a0f9dadf1dd2dc60377de75c21e (patch) | |
tree | 0488beeff93bd80b8c7a18fd1cacbc6f8dd816a2 /contrib/compare_tests | |
parent | 75f1d6fc41e884eb4eba568244a887045bb80fcc (diff) | |
download | gcc-a59a2c21161f5a0f9dadf1dd2dc60377de75c21e.zip gcc-a59a2c21161f5a0f9dadf1dd2dc60377de75c21e.tar.gz gcc-a59a2c21161f5a0f9dadf1dd2dc60377de75c21e.tar.bz2 |
* compare_tests: Add export LC_ALL=C to make sort happier.
From-SVN: r193631
Diffstat (limited to 'contrib/compare_tests')
-rwxr-xr-x | contrib/compare_tests | 2 |
1 files changed, 2 insertions, 0 deletions
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 <mrs@cygnus.com> # Subdir comparison added by Quentin Neill <quentin.neill@amd.com> +export LC_ALL=C + tool=gxx tmp1=/tmp/$tool-testing.$$a |