diff options
author | Francois Pons <fpons@mandriva.com> | 1999-12-17 23:08:17 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-12-17 23:08:17 +0000 |
commit | bcc55db442cf9ffca28b343187c088063b825a35 (patch) | |
tree | 9b142a503b889f5d2ba611e781b2e47f2cd2878f /perl-install/install_steps_interactive.pm | |
parent | 224b14cb6b741fb15dcc4fd170306dc0165cba29 (diff) | |
download | drakx-backup-do-not-use-bcc55db442cf9ffca28b343187c088063b825a35.tar drakx-backup-do-not-use-bcc55db442cf9ffca28b343187c088063b825a35.tar.gz drakx-backup-do-not-use-bcc55db442cf9ffca28b343187c088063b825a35.tar.bz2 drakx-backup-do-not-use-bcc55db442cf9ffca28b343187c088063b825a35.tar.xz drakx-backup-do-not-use-bcc55db442cf9ffca28b343187c088063b825a35.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 800c5f84e..2999ba682 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -282,7 +282,7 @@ sub configureNetwork($) { $_ = $o->ask_from_list_([ _("Network Configuration") ], _("Local networking has already been configured. Do you want to:"), [ @l ]) || "Do not"; - } else { $_ = "Keep"; } + } else { $_ = "Keep"; } } elsif ($o->{modem}) { $_ = "Dialup"; } else { |