diff options
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r-- | perl-install/interactive.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 417b39126..0fc9a4b55 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -473,8 +473,6 @@ sub ask_from_normalize { _normalize_entries($o, $l); - $l->[0]{focus} = sub { 1 } if $common->{focus_first}; - if (!$common->{title} && $::isStandalone) { ($common->{title} = $0) =~ s|.*/||; } |