diff options
author | Francois Pons <fpons@mandriva.com> | 1999-10-11 19:56:39 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-10-11 19:56:39 +0000 |
commit | c6e144f2c7b2a2ddd58a3382634da698015ee393 (patch) | |
tree | b7e925270f6ee5cedff30ed817ff42036d84e16c | |
parent | e73f1bb1e10140c58f3cb9110c5af78a43ec9515 (diff) | |
download | drakx-c6e144f2c7b2a2ddd58a3382634da698015ee393.tar drakx-c6e144f2c7b2a2ddd58a3382634da698015ee393.tar.gz drakx-c6e144f2c7b2a2ddd58a3382634da698015ee393.tar.bz2 drakx-c6e144f2c7b2a2ddd58a3382634da698015ee393.tar.xz drakx-c6e144f2c7b2a2ddd58a3382634da698015ee393.zip |
*** empty log message ***
-rw-r--r-- | perl-install/install2.pm | 2 |
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'; } |