summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-09-17 15:00:58 +0000
committerFrancois Pons <fpons@mandriva.com>2003-09-17 15:00:58 +0000
commit43fead1c7611086fc72d4b3b03d0a36224648541 (patch)
tree1d823b9e842dc49381f70a19a8f3fadcff96cac3
parent88420b1788e440a29e7e5eadd4e9dbce23cee0c2 (diff)
downloaddrakx-backup-do-not-use-43fead1c7611086fc72d4b3b03d0a36224648541.tar
drakx-backup-do-not-use-43fead1c7611086fc72d4b3b03d0a36224648541.tar.gz
drakx-backup-do-not-use-43fead1c7611086fc72d4b3b03d0a36224648541.tar.bz2
drakx-backup-do-not-use-43fead1c7611086fc72d4b3b03d0a36224648541.tar.xz
drakx-backup-do-not-use-43fead1c7611086fc72d4b3b03d0a36224648541.zip
allow exit code of detached process to be seen.
-rw-r--r--perl-install/install_steps.pm1
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);