From c6e144f2c7b2a2ddd58a3382634da698015ee393 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 11 Oct 1999 19:56:39 +0000 Subject: *** empty log message *** --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 2987c76d3..04a4c7dff 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -512,8 +512,8 @@ sub main { $o->{step} = $o->{steps}{$o->{step}}{onError}; redo MAIN; } - $o->leavingStep($o->{step}); $o->{steps}{$o->{step}}{done} = 1; + $o->leavingStep($o->{step}); last if $o->{step} eq 'exitInstall'; } -- cgit v1.2.1