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
1 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ else
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
fi
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
echo '***' Some mentions of Sanitize are still left in ld/emultempl/$i! 1>&2
fi
done