diff options
author | Francois Pons <fpons@mandriva.com> | 2003-09-17 15:00:58 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-09-17 15:00:58 +0000 |
commit | 43fead1c7611086fc72d4b3b03d0a36224648541 (patch) | |
tree | 1d823b9e842dc49381f70a19a8f3fadcff96cac3 /perl-install/install_steps.pm | |
parent | 88420b1788e440a29e7e5eadd4e9dbce23cee0c2 (diff) | |
download | drakx-43fead1c7611086fc72d4b3b03d0a36224648541.tar drakx-43fead1c7611086fc72d4b3b03d0a36224648541.tar.gz drakx-43fead1c7611086fc72d4b3b03d0a36224648541.tar.bz2 drakx-43fead1c7611086fc72d4b3b03d0a36224648541.tar.xz drakx-43fead1c7611086fc72d4b3b03d0a36224648541.zip |
allow exit code of detached process to be seen.
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 5b6e98d9e..3b48b2570 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -995,6 +995,7 @@ risk! #- wait for remainging processes. foreach (@{$o->{waitpids}}) { waitpid $_, 0; + log::l("pid $_ returned $?"); } install_any::unlockCdrom(); install_any::log_sizes($o); |