diff options
author | Alexandre Oliva <oliva@dcc.unicamp.br> | 1998-11-29 08:13:30 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@gcc.gnu.org> | 1998-11-29 08:13:30 +0000 |
commit | cae94af8461cdc204d4def9fb140bdd1b0a0047d (patch) | |
tree | ed435ef0fea5ae70d6310f30fbb53837f19c81fc | |
parent | 3ad4989ba5d215788e0ec1949ac23b0bd801d99e (diff) | |
download | gcc-cae94af8461cdc204d4def9fb140bdd1b0a0047d.zip gcc-cae94af8461cdc204d4def9fb140bdd1b0a0047d.tar.gz gcc-cae94af8461cdc204d4def9fb140bdd1b0a0047d.tar.bz2 |
test_summary (EOF): remove double backslash Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* test_summary (EOF): remove double backslash
Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
From-SVN: r23974
-rw-r--r-- | contrib/ChangeLog | 5 | ||||
-rwxr-xr-x | contrib/test_summary | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e1a99fc..3ad3fa8 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +1998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br> + + * test_summary (EOF): remove double backslash + Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com> + 1998-11-28 Alexandre Oliva <oliva@dcc.unicamp.br> * test_summary (address): set to egcs-testresults mailing list diff --git a/contrib/test_summary b/contrib/test_summary index 387beb8f..5a28ddca 100755 --- a/contrib/test_summary +++ b/contrib/test_summary @@ -85,7 +85,7 @@ if $forcemail || $anychange; then :; else mailto=nobody; fi && $AWK ' BEGIN { lang=""; - print "cat <<\\EOF |"; + print "cat <<\EOF |"; '${prepend_logs+" system(\"cat $prepend_logs\"); "}' } $1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 } |