diff options
author | Jeffrey Oldham <oldham@codesourcery.com> | 2000-12-28 19:28:11 +0000 |
---|---|---|
committer | Jeffrey D. Oldham <oldham@gcc.gnu.org> | 2000-12-28 19:28:11 +0000 |
commit | 5da01bc1fbefacc99f7e4cd271583ee4e3c56bcb (patch) | |
tree | 8f17d09244a6cecfd3653e96cba14377cdf1e6f9 /contrib | |
parent | 26f6672d2ea0edf3d48934e5eedae724e3c11e9d (diff) | |
download | gcc-5da01bc1fbefacc99f7e4cd271583ee4e3c56bcb.tar.gz |
test_summary: Export filesuffix, not fileprefix.
2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
* test_summary: Export filesuffix, not fileprefix.
From-SVN: r38513
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 |