Commit 26d8af06 by Rainer Orth Committed by Neil Booth

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

From-SVN: r42673
parent 3aa8219e
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.
......
......@@ -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 ] &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment