]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
removed obsolete slash in URL.
authorGunter Knauf <gk@gknw.de>
Sat, 23 Aug 2008 21:31:09 +0000 (21:31 +0000)
committerGunter Knauf <gk@gknw.de>
Sat, 23 Aug 2008 21:31:09 +0000 (21:31 +0000)
lib/mk-ca-bundle.pl

index 279dd447e6d697de8e66d7b388f7002c93563f50..24c892ca74553209ccb8cadb66b5d37706a82625 100755 (executable)
@@ -37,7 +37,7 @@ use LWP::UserAgent;
 use strict;
 use vars qw($opt_b $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v);  
 
-my $url = 'http://mxr.mozilla.org/seamonkey/source//security/nss/lib/ckfw/builtins/certdata.txt?raw=1';
+my $url = 'http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1';
 # If the OpenSSL commandline is not in search path you can configure it here!
 my $openssl = 'openssl';