From 43fead1c7611086fc72d4b3b03d0a36224648541 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 17 Sep 2003 15:00:58 +0000 Subject: allow exit code of detached process to be seen. --- perl-install/install_steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps.pm') 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); -- cgit v1.2.1