aboutsummaryrefslogtreecommitdiff
path: root/lib/mk-ca-bundle.pl
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2011-04-01 14:38:01 +0200
committerGuenter Knauf <lists@gknw.net>2011-04-01 14:38:01 +0200
commite02c90dc19b0a07d64fdb665aec0f48e659cbd77 (patch)
tree9d6e0888eb79a06803ddf5b70b03b89dea5c60e8 /lib/mk-ca-bundle.pl
parentf1c6cd42f474df5922b8bf812dd23773fa650f22 (diff)
Use var again instead of hard-coded filename.
Diffstat (limited to 'lib/mk-ca-bundle.pl')
-rwxr-xr-xlib/mk-ca-bundle.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl
index 07f092001..49cd6b59d 100755
--- a/lib/mk-ca-bundle.pl
+++ b/lib/mk-ca-bundle.pl
@@ -81,7 +81,7 @@ unless ($opt_n and -e $txt) {
print "Downloading '$txt' ...\n" if (!$opt_q);
my $ua = new LWP::UserAgent(agent => "$0/$version");
- $resp = $ua->mirror($url, 'certdata.txt');
+ $resp = $ua->mirror($url, $txt);
}
if ($resp && $resp->code eq '304') {