* contrib/test_summary (files): Sort before evaluating.

From-SVN: r42673
This commit is contained in:
Rainer Orth 2001-05-28 15:50:29 +00:00 committed by Neil Booth
parent 3aa8219e0c
commit 26d8af0619
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -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 ] &&