PATCH: contrib/test_summary

Jeffrey Oldham oldham@codesourcery.com
Thu Dec 28 11:46:00 GMT 2000


2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>

        * test_summary: Export filesuffix, not fileprefix.

The shell variable "fileprefix" was exported even though it was not
defined or used.

Tested on: i686-pc-linux-gnu
Approved by: Mark Mitchell (mark@codesourcery.com)

Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com
Index: test_summary
===================================================================
RCS file: /cvs/gcc/egcs/contrib/test_summary,v
retrieving revision 1.16
diff -c -p -r1.16 test_summary
*** test_summary	2000/08/09 05:12:51	1.16
--- test_summary	2000/12/15 16:44:49
*************** if test -z "$AWK" ; then
*** 48,54 ****
    done
  fi
  
! : ${filesuffix=}; export fileprefix
  : ${move=true}; export move
  : ${forcemail=false}; export forcemail
  while true; do
--- 48,54 ----
    done
  fi
  
! : ${filesuffix=}; export filesuffix
  : ${move=true}; export move
  : ${forcemail=false}; export forcemail
  while true; do


More information about the Gcc-patches mailing list