[gnu.gcc.bug] problem with fixincludes in 1.30

karl@umb.edu ("Karl Berry.") (10/21/88)

This is on a Sun 3 running 3.4.

The `find' that is done at the top of fixincludes on
/usr/include found the directories as well as the plain files.
I changed the line to be
files=`find . -type f -print`
and it no longer had that problem. (But if the -print came first,
it did.)

Also, I had a problem with the GNU egrep returning status
zero even if no matches were found. fixincludes relies on
the status being nonzero if no matches were found, as the system
grep behaves.
This bug is fixed in GNU grep 1.1, the latest release.

Karl.   karl@umb.edu