[gnu.gcc.bug] Gnu gcc 1.35 fixincludes script has erroneous quoting

ado@NCIFCRF.GOV (Arthur David Olson) (04/28/89)

(We're running SunOS 4.0 on a Sun 3/280.)

Description:
	The gcc 1.35 fixincludes script has erroneous quoting which results
	in odd
		Finding header files in $1:
	messages.

Repeat-by:
	sh fixincludes

Fix:
*** 1.1/fixincludes	Thu Apr 27 14:07:47 1989
--- 1.2/fixincludes	Thu Apr 27 14:07:49 1989
***************
*** 52,58 ****
  set - $treetops
  while [ $# != 0 ]; do
    # $1 is an old directory to copy, and $2 is the new directory to copy to.
!   echo 'Finding header files in $1:'
    cd $1
    files=`find . -type f -print`
    echo 'Checking header files:'
--- 52,58 ----
  set - $treetops
  while [ $# != 0 ]; do
    # $1 is an old directory to copy, and $2 is the new directory to copy to.
!   echo "Finding header files in $1:"
    cd $1
    files=`find . -type f -print`
    echo 'Checking header files:'
-- 
			Space:  Canada, 0 tries ever.
	Arthur David Olson    ado@ncifcrf.gov    ADO is a trademark of Ampex.