OSDN Git Service

* contrib/test_summary (files): Sort before evaluating.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 May 2001 15:50:29 +0000 (15:50 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 May 2001 15:50:29 +0000 (15:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42673 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/test_summary

index b54af84..1c37509 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * contrib/test_summary (files): Sort before evaluating.
+
 2001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
        * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
index 65b9a76..3632164 100755 (executable)
@@ -63,7 +63,7 @@ while true; do
     esac
 done
 : ${mailto="\" address \""}; export mailto
-files=`find . -name \*.sum$filesuffix -print`
+files=`find . -name \*.sum$filesuffix -print | sort`
 anyfile=false anychange=$forcemail &&
 for file in $files; do
     [ -f $file ] &&