From 55597dec8c0060b2dab62c51783b18319bb1eb10 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 12 Sep 2000 09:13:15 +0000 Subject: *** empty log message *** --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index a81fece57..476b1b2ef 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -400,7 +400,7 @@ END } sub miscellaneousNetwork { - my ($in, $prefix) = @_; + my ($prefix) = @_; setVarsInSh ("$prefix/etc/profile.d/proxy.sh", $::o->{miscellaneous}, qw(http_proxy ftp_proxy)); setVarsInCsh("$prefix/etc/profile.d/proxy.csh", $::o->{miscellaneous}, qw(http_proxy ftp_proxy)); } -- cgit v1.2.1