PR bootstrap/16469
* scripts/create_testsuite_files: Pass -print to find.
From-SVN: r84875
+2004-07-17 Richard Sandiford <rsandifo@redhat.com>
+
+ PR bootstrap/16469
+ * scripts/create_testsuite_files: Pass -print to find.
+
2004-07-15 Paolo Carlini <pcarlini@suse.de>
* docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 30.
for d in [a-z]*; do
test -d $d && dlist="$dlist $d"
done
-find $dlist "(" -type f -o -type l ")" -name "*.cc" | sort > $tmp.1
+find $dlist "(" -type f -o -type l ")" -name "*.cc" -print | sort > $tmp.1
if test ! -s "$tmp.1"; then
exit 1
fi