From f6984524e3b31e1b774d6fce66af9f35e3502ab5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 2 Sep 2008 08:21:49 +0000 Subject: - fix "INTERNAL ERROR: ask_from_normalize" at end of installation --- perl-install/install/steps_interactive.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/install/steps_interactive.pm') 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; } -- cgit v1.2.1