OSDN Git Service

2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
authoroldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Dec 2000 19:28:11 +0000 (19:28 +0000)
committeroldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Dec 2000 19:28:11 +0000 (19:28 +0000)
* test_summary: Export filesuffix, not fileprefix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38513 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/test_summary

index 77c8602..41eae21 100644 (file)
@@ -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.
index 0fcf3ec..65b9a76 100755 (executable)
@@ -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