* test_summary (EOF): remove double backslash
Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
From-SVN: r23975
+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-29 Alexandre Oliva <oliva@dcc.unicamp.br>
* test_summary: updated to version in development branch
$AWK '
BEGIN {
lang="";
- print "cat <<\\EOF |";
+ print "cat <<\EOF |";
'${prepend_logs+" system(\"cat $prepend_logs\"); "}'
}
$1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 }