diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/steps_interactive.pm | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 486f71bdd..907512214 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix "INTERNAL ERROR: ask_from_normalize" at end of installation + Version 11.30 - 1 September 2008 - keep in $o->{previous_release} the info about upgraded /etc/release, diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 66ea2d15d..d726a2703 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -1117,8 +1117,7 @@ Do you really want to quit now?"), 0); messages => formatAlaTeX(messages::install_completed()), interactive_help_id => 'exitInstall', ok => $::local_install ? N("Quit") : N("Reboot"), - }, - ) if $alldone; + }, []) if $alldone; } |