danf: curl-www/dl remcheck.pl,1.26,1.27
[email protected] Mon, 21 Feb 2011 18:26:38 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/dl
In directory giant.haxx.se:/var/tmp/cvs-serv29289
Modified Files:
remcheck.pl
Log Message:
Lowercase the OS version before variable replacement
Index: remcheck.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/dl/remcheck.pl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- remcheck.pl 10 Aug 2010 18:42:34 -0000 1.26
+++ remcheck.pl 21 Feb 2011 18:26:36 -0000 1.27
@@ -177,7 +177,7 @@
my $inurl = $$ref{'churl'};
my $chregex = $$ref{'chregex'};
my $churl = $inurl;
- my $osversion = $$ref{'osver'};
+ my $osversion = lc($$ref{'osver'});
my $cpu = lc($$ref{'cpu'});
# is '$version' embedded in the test URL