From ffbc0a2a296d44e0f3740cf36c5a3dee52e63520 Mon Sep 17 00:00:00 2001 From: oliva Date: Sun, 29 Nov 1998 08:13:30 +0000 Subject: * test_summary (EOF): remove double backslash Reported by Franz Sirl git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23974 138bc75d-0d04-0410-961f-82ee72b054a4 --- contrib/test_summary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/test_summary') diff --git a/contrib/test_summary b/contrib/test_summary index 387beb8f44c..5a28ddcaafe 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 } -- cgit v1.2.1