From 4f3e86548e09acad10ead1f1ba17cadf9f71352c Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 29 Nov 1998 08:14:13 +0000 Subject: [PATCH] test_summary (EOF): remove double backslash Reported by Franz Sirl * test_summary (EOF): remove double backslash Reported by Franz Sirl From-SVN: r23975 --- contrib/ChangeLog | 5 +++++ contrib/test_summary | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index ed8cba157093..e96666fc871c 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +1998-11-29 Alexandre Oliva + + * test_summary (EOF): remove double backslash + Reported by Franz Sirl + 1998-11-29 Alexandre Oliva * test_summary: updated to version in development branch diff --git a/contrib/test_summary b/contrib/test_summary index 387beb8f44c8..5a28ddcaafe6 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 } -- 2.47.2