mention directory when looking for sanitize

This commit is contained in:
Ian Lance Taylor
1998-08-20 21:54:07 +00:00
parent e93a31e414
commit bd163c91c6

View File

@ -92,6 +92,6 @@ fi
for i in * ; do
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
echo '***' Some mentions of Sanitize are still left in $i! 1>&2
echo '***' Some mentions of Sanitize are still left in ld/emultempl/$i! 1>&2
fi
done