diff options
author | Francois Pons <fpons@mandriva.com> | 1999-10-12 14:31:42 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-10-12 14:31:42 +0000 |
commit | fb5b2037cca9b1f92edbf72faf2d13395ad37cb4 (patch) | |
tree | 6c782e170bdb04d421a12d56882f8cf818e721fa /perl-install/install2.pm | |
parent | 6c41a169c4c78f98807e0a55cde0cb9ea17fd247 (diff) | |
download | drakx-fb5b2037cca9b1f92edbf72faf2d13395ad37cb4.tar drakx-fb5b2037cca9b1f92edbf72faf2d13395ad37cb4.tar.gz drakx-fb5b2037cca9b1f92edbf72faf2d13395ad37cb4.tar.bz2 drakx-fb5b2037cca9b1f92edbf72faf2d13395ad37cb4.tar.xz drakx-fb5b2037cca9b1f92edbf72faf2d13395ad37cb4.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 04a4c7dff..9547d08c3 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -510,6 +510,7 @@ sub main { eval { $o->errorInStep($_) } unless /^already displayed/; $@ and next; $o->{step} = $o->{steps}{$o->{step}}{onError}; + next MAIN unless $o->{steps}{$o->{step}}{reachable}; #- sanity check: avoid a step not reachable on error. redo MAIN; } $o->{steps}{$o->{step}}{done} = 1; |