summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-10 03:22:39 +0000
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-10 03:22:39 +0000
commit961221fa53be12c7f5836ff9005fd539324595fb (patch)
treece7db6b9f315a2008bdc65fbb01e161fa376a60b /contrib
parent52b8117ae912af44b4b3e6a6496301a3b482da88 (diff)
downloadgcc-961221fa53be12c7f5836ff9005fd539324595fb.tar.gz
* test_summary: Quote curly braces in 1999-07-03 change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28637 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/test_summary2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index db186a860c0..1fef7a8850f 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -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
diff --git a/contrib/test_summary b/contrib/test_summary
index 913319e1e22..7a621b7b55a 100755
--- a/contrib/test_summary
+++ b/contrib/test_summary
@@ -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 = " ";