Commit e02c90dc authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Use var again instead of hard-coded filename.

parent f1c6cd42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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') {