summaryrefslogtreecommitdiffstats
path: root/contrib/test_summary
diff options
context:
space:
mode:
authoroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-29 08:13:30 +0000
committeroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-29 08:13:30 +0000
commitffbc0a2a296d44e0f3740cf36c5a3dee52e63520 (patch)
treeed435ef0fea5ae70d6310f30fbb53837f19c81fc /contrib/test_summary
parent5160f6c7b40e0d0645cd52672845fe36e35aecb7 (diff)
downloadppe42-gcc-ffbc0a2a296d44e0f3740cf36c5a3dee52e63520.tar.gz
ppe42-gcc-ffbc0a2a296d44e0f3740cf36c5a3dee52e63520.zip
* test_summary (EOF): remove double backslash
Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23974 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/test_summary')
-rwxr-xr-xcontrib/test_summary2
1 files changed, 1 insertions, 1 deletions
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 }
OpenPOWER on IntegriCloud