bagder: curl-www/dl remcheck.pl,1.6,1.7

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/dl
In directory labb:/tmp/cvs-serv3599

Modified Files:
	remcheck.pl 
Log Message:
bugs


Index: remcheck.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/dl/remcheck.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- remcheck.pl	10 May 2005 12:34:11 -0000	1.6
+++ remcheck.pl	10 May 2005 12:41:17 -0000	1.7
@@ -164,7 +164,7 @@
             logmsg " Check regex \"$chregex\"\n";
 
             # replace variables in the regex too
-            $chregex =~ s/\$version/$ver/g;
+            $chregex =~ s/\$version/$version/g;
             $chregex =~ s/\$osversion/$osversion/g;
 
             logmsg " Use regex \"$chregex\"\n";
@@ -221,7 +221,7 @@
                     $churl =~ s/\$osversion/$osversion/g;
                     
                     logmsg " Retry with version $ver: \"$churl\"\n";
-                    my @data = geturl($churl);
+                    @data = geturl($churl);
                 }
             }
 

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.