]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
test_summary (EOF): remove double backslash Reported by Franz Sirl <Franz.Sirl-kernel...
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 29 Nov 1998 08:14:13 +0000 (08:14 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Sun, 29 Nov 1998 08:14:13 +0000 (08:14 +0000)
* test_summary (EOF): remove double backslash
Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>

From-SVN: r23975

contrib/ChangeLog
contrib/test_summary

index ed8cba157093cd5c6a642516cb67f9132cd95889..e96666fc871cccda2e6fee78171ace5c7c2f26cb 100644 (file)
@@ -1,3 +1,8 @@
+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
index 387beb8f44c8a66f830454d72af614f13e3ecfbc..5a28ddcaafe623bb378552e7df8ee39555829802 100755 (executable)
@@ -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 }