From cc0025d4fb390ed4ce3c7c4a42fc77c353d6d53b Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 4 Jan 2002 18:14:14 +0000 Subject: removed obsoleted comment. --- perl-install/install_steps_interactive.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index fa5e8cd43..d6037bb94 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -915,8 +915,8 @@ Do you want to continue ?")) || return; return if $@; my $update_medium = do { - my $w = $o->wait_message('', _("Contacting the mirror to get the list of available packages")); - crypto::getPackages($o->{prefix}, $o->{packages}, $u->{mirror}); #- make sure $o->{packages} is defined when testing + my $w = $o->wait_message('', _("Contacting the mirror to get the list of available packages")); + crypto::getPackages($o->{prefix}, $o->{packages}, $u->{mirror}); }; if ($update_medium) { -- cgit v1.2.1