diff options
author | oldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-28 19:28:11 +0000 |
---|---|---|
committer | oldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-28 19:28:11 +0000 |
commit | 25f9f667a94d45c1b38aa7307955814b727410c7 (patch) | |
tree | 8f17d09244a6cecfd3653e96cba14377cdf1e6f9 /contrib | |
parent | 6a87209c266f743831c004f71672ffee95eb2518 (diff) | |
download | gcc-25f9f667a94d45c1b38aa7307955814b727410c7.tar.gz |
2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
* test_summary: Export filesuffix, not fileprefix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38513 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/test_summary | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 77c86023866..41eae219c77 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2000-12-28 Jeffrey Oldham <oldham@codesourcery.com> + + * test_summary: Export filesuffix, not fileprefix. + 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk> * release: Change some EGCS references to GCC. diff --git a/contrib/test_summary b/contrib/test_summary index 0fcf3ec7d4e..65b9a764ffa 100755 --- a/contrib/test_summary +++ b/contrib/test_summary @@ -48,7 +48,7 @@ if test -z "$AWK" ; then done fi -: ${filesuffix=}; export fileprefix +: ${filesuffix=}; export filesuffix : ${move=true}; export move : ${forcemail=false}; export forcemail while true; do |