test_summary: Export filesuffix, not fileprefix.
authorJeffrey Oldham <oldham@codesourcery.com>
Thu, 28 Dec 2000 19:28:11 +0000 (19:28 +0000)
committerJeffrey D. Oldham <oldham@gcc.gnu.org>
Thu, 28 Dec 2000 19:28:11 +0000 (19:28 +0000)
2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>

* test_summary: Export filesuffix, not fileprefix.

From-SVN: r38513

contrib/ChangeLog
contrib/test_summary

index 77c860238662dc83f1159f5ccd1af4b022f8bde7..41eae219c77ab65ff5d0ab06ba584cec4d89cd12 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 0fcf3ec7d4ead5331e3d28ebe5d210dd487d46e5..65b9a764ffab86324cb230621532900371968b5e 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