move sanitization check from Things-to-lose to Do-last

This commit is contained in:
Ian Lance Taylor
1997-12-21 09:54:55 +00:00
parent 36985eca91
commit b9a8a96e54

View File

@ -43,13 +43,12 @@ uppercase.s
Things-to-lose:
Do-last:
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
done
Do-last:
# End of file.