]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* test_summary: Quote curly braces in 1999-07-03 change.
authorRobert Lipe <robertlipe@usa.net>
Tue, 10 Aug 1999 03:22:39 +0000 (03:22 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Tue, 10 Aug 1999 03:22:39 +0000 (03:22 +0000)
From-SVN: r28637

contrib/ChangeLog
contrib/test_summary

index db186a860c04c336a2a380c074479ef3a79601d3..1fef7a8850faf80b557b3db7d834ca6a11a9aa3c 100644 (file)
@@ -1,3 +1,7 @@
+1999-08-09  Robert Lipe  <robertlipe@usa.net>
+
+       * test_summary: Quote curly braces in 1999-07-03 change.
+
 1999-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * egcs_update (files_and_dependencies): Fixed typo in
index 913319e1e2250ba87d55601bd26feefbf04e5ad4..7a621b7b55a8a01aa02e35d0075f47ac68757e19 100755 (executable)
@@ -93,7 +93,7 @@ BEGIN {
 $1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 }
 /^Running target / { print ""; print; }
 /^Target / { if (host != "") next; else host = $3; }
-/^Host / && host ~ /^unix{.*}$/ { host = $3 " " substr(host, 5); }
+/^Host / && host ~ /^unix\{.*\}$/ { host = $3 " " substr(host, 5); }
 /^Native / { if (host != "") next; else host = $4; }
 /^[    ]*=== [^        ]+ tests ===/ {
   if (lang == "") lang = " "$2" "; else lang = " ";