[tor-commits] r26200: {website} fix the perlism. (website/trunk)
Andrew Lewman
andrew at torproject.org
Thu May 30 16:54:56 UTC 2013
Author: phobos
Date: 2013-05-30 16:54:56 +0000 (Thu, 30 May 2013)
New Revision: 26200
Modified:
website/trunk/update-mirrors.pl
Log:
fix the perlism.
Modified: website/trunk/update-mirrors.pl
===================================================================
--- website/trunk/update-mirrors.pl 2013-05-30 16:53:22 UTC (rev 26199)
+++ website/trunk/update-mirrors.pl 2013-05-30 16:54:56 UTC (rev 26200)
@@ -41,7 +41,7 @@
sub FetchDate {
my $url = shift; # Base url for mirror
my $trace = "project/trace/www-master.torproject.org"; # this file should always exist
- $url = "$url*/*$trace";
+ $url = "$url/$trace";
print "Fetching possible date from: $url\n";
More information about the tor-commits
mailing list