summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-10-11 19:56:39 +0000
committerFrancois Pons <fpons@mandriva.com>1999-10-11 19:56:39 +0000
commitc6e144f2c7b2a2ddd58a3382634da698015ee393 (patch)
treeb7e925270f6ee5cedff30ed817ff42036d84e16c /perl-install
parente73f1bb1e10140c58f3cb9110c5af78a43ec9515 (diff)
downloaddrakx-c6e144f2c7b2a2ddd58a3382634da698015ee393.tar
drakx-c6e144f2c7b2a2ddd58a3382634da698015ee393.tar.gz
drakx-c6e144f2c7b2a2ddd58a3382634da698015ee393.tar.bz2
drakx-c6e144f2c7b2a2ddd58a3382634da698015ee393.tar.xz
drakx-c6e144f2c7b2a2ddd58a3382634da698015ee393.zip
*** empty log message ***
Diffstat (limited to 'perl-install')
-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';
}