From 83694b618692f96b36199ecc2d5258ea5e67ae7f Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Tue, 10 Aug 1999 03:22:39 +0000 Subject: [PATCH] * test_summary: Quote curly braces in 1999-07-03 change. From-SVN: r28637 --- contrib/ChangeLog | 4 ++++ contrib/test_summary | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index db186a860c04..1fef7a8850fa 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +1999-08-09 Robert Lipe + + * test_summary: Quote curly braces in 1999-07-03 change. + 1999-07-28 Alexandre Oliva * egcs_update (files_and_dependencies): Fixed typo in diff --git a/contrib/test_summary b/contrib/test_summary index 913319e1e225..7a621b7b55a8 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 = " ";