summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorpad <pad@mandriva.com>1999-09-06 20:49:44 +0000
committerpad <pad@mandriva.com>1999-09-06 20:49:44 +0000
commit31fb83d60f5f6d72d444ab04b8cbf1e4ce1b7ba0 (patch)
tree47370a18a32f608894c5c131eed98770076fd351 /perl-install/install_steps_interactive.pm
parent115b4b1145f86d90f20c0404a54fa907f06c30b0 (diff)
downloaddrakx-backup-do-not-use-31fb83d60f5f6d72d444ab04b8cbf1e4ce1b7ba0.tar
drakx-backup-do-not-use-31fb83d60f5f6d72d444ab04b8cbf1e4ce1b7ba0.tar.gz
drakx-backup-do-not-use-31fb83d60f5f6d72d444ab04b8cbf1e4ce1b7ba0.tar.bz2
drakx-backup-do-not-use-31fb83d60f5f6d72d444ab04b8cbf1e4ce1b7ba0.tar.xz
drakx-backup-do-not-use-31fb83d60f5f6d72d444ab04b8cbf1e4ce1b7ba0.zip
better
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 8696dfba0..8da801a2f 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -448,7 +448,7 @@ sub addUser($) {
{val => \$u->{shell}, list => \@shells, not_edit => !$::expert},
],
focus_out => sub {
- $u{name} = lc first($u{realname} =~ /(\w+)/) if $_[0] eq 0;
+ $u->{name} = lc first($u->{realname} =~ /(\w+)/) if $_[0] eq 0;
},
complete => sub {
$u->{password} eq $u->{password2} or $o->ask_warn('', [ _("You must enter the same password"), _("Please try again") ]), return (1,3);