yangtse: curl-www/auto summarize.pl,1.56,1.57

[email protected] Fri, 17 Jul 2009 02:46:09 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv21838/auto

Modified Files:
	summarize.pl 
Log Message:
escape slash

Index: summarize.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/summarize.pl,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- summarize.pl	17 Jul 2009 02:42:03 -0000	1.56
+++ summarize.pl	17 Jul 2009 02:46:07 -0000	1.57
@@ -507,7 +507,7 @@
             }
             elsif(($line =~ /No space left on device/) ||
                   ($line =~ /cat: Cannot write to output/) ||
-                  ($line =~ /ld: I/O error/)) {
+                  ($line =~ /ld: I\/O error/)) {
                 $nospaceleft=1;
             }
             elsif($line =~ /^testcurl: failed to update from CVS/) {