diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-27 17:32:11 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-27 17:32:11 +0000 |
commit | eb48a9e0a0d9e616015c79447f88f420971cba51 (patch) | |
tree | c4daec181ff3f942b304bf9ee5396a44cc622914 /perl-install | |
parent | 7fd7906c7a8b00fcc88a6a4ea848406273d349e5 (diff) | |
download | drakx-eb48a9e0a0d9e616015c79447f88f420971cba51.tar drakx-eb48a9e0a0d9e616015c79447f88f420971cba51.tar.gz drakx-eb48a9e0a0d9e616015c79447f88f420971cba51.tar.bz2 drakx-eb48a9e0a0d9e616015c79447f88f420971cba51.tar.xz drakx-eb48a9e0a0d9e616015c79447f88f420971cba51.zip |
remove unused variable
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/finish-install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install index d45750f7b..cd5065026 100755 --- a/perl-install/standalone/finish-install +++ b/perl-install/standalone/finish-install @@ -108,7 +108,6 @@ sub ask_users() { my $ask_root = to_bool(lc(get_conf('USERS')) eq 'with_root'); any::ask_user_and_root($in, $ask_root, $users, $security); my $old_user = get_conf('USER_RENAME_FROM'); - my $old_autologin; if (@$users && $old_user) { $users->[0]{rename_from} = $old_user; $users->[0]{home} ||= '/home/' . $users->[0]{name}; |