Makefile.in
README
-DOC.configure
bison
bfd
binutils
+cfg-paper.texi
clib
config
config.sub
+configdos.bat
configure
configure.in
+configure.man
cvs
diff
emacs
gcc
gdb
gdbm
+glob
gnulib
grep
include
done
fi
-if grep 'sanitize' * ; then
- echo Some mentions of Sanitize are still left in the sources!
-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!
+ fi
+done