summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
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';
}