Commit cae94af8 by Alexandre Oliva Committed by Alexandre Oliva

test_summary (EOF): remove double backslash Reported by Franz Sirl…

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
parent 3ad4989b
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
......
......@@ -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 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment