Commit 5eda4bf7 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Make use of proxy vars if set.

Posted to the list by Quanah Gibson-Mount [quanah zimbra.com].
parent e02c90dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ unless ($opt_n and -e $txt) {
  print "Downloading '$txt' ...\n" if (!$opt_q);

  my $ua  = new LWP::UserAgent(agent => "$0/$version");
  $ua->env_proxy();
  $resp = $ua->mirror($url, $txt);
}