aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-09-02 16:03:03 +0000
committerGerald Combs <gerald@wireshark.org>2011-09-02 16:03:03 +0000
commit97186d78ba0b7063db149387b9b12d1b9ea883c3 (patch)
treeb170a2addcf226d902227067c1de8ac27560dc19 /tools
parent50be3577ab94da250faefb23c8952476c7ceacca (diff)
Enable the use of proxies.
svn path=/trunk/; revision=38863
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-services.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/make-services.pl b/tools/make-services.pl
index a78c1b20b5..fb4707b48f 100755
--- a/tools/make-services.pl
+++ b/tools/make-services.pl
@@ -45,6 +45,7 @@ if($in =~ m/^http:/i) {
die "LWP isn't installed. It is part of the standard Perl module libwww." if $@;
my $agent = LWP::UserAgent->new;
+ $agent->env_proxy;
warn "starting to fetch $in ...\n";