summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-01-04 18:14:14 +0000
committerFrancois Pons <fpons@mandriva.com>2002-01-04 18:14:14 +0000
commitcc0025d4fb390ed4ce3c7c4a42fc77c353d6d53b (patch)
treef19701e11a85094ef5d213121c85094753840b7f /perl-install
parent82aae0f23a1d73d8d8e98416ea1799e2321b6a4e (diff)
downloaddrakx-backup-do-not-use-cc0025d4fb390ed4ce3c7c4a42fc77c353d6d53b.tar
drakx-backup-do-not-use-cc0025d4fb390ed4ce3c7c4a42fc77c353d6d53b.tar.gz
drakx-backup-do-not-use-cc0025d4fb390ed4ce3c7c4a42fc77c353d6d53b.tar.bz2
drakx-backup-do-not-use-cc0025d4fb390ed4ce3c7c4a42fc77c353d6d53b.tar.xz
drakx-backup-do-not-use-cc0025d4fb390ed4ce3c7c4a42fc77c353d6d53b.zip
removed obsoleted comment.
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm4
1 files changed, 2 insertions, 2 deletions
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) {