forked from josch/mmdebstrap
add debug output of which command is run in run_progress()
This commit is contained in:
parent
ab5d5777d5
commit
f6214e343f
1 changed files with 2 additions and 0 deletions
|
@ -600,6 +600,8 @@ sub run_progress {
|
|||
info "run_progress() received signal $_[0]: waiting for child...";
|
||||
};
|
||||
|
||||
debug("run_progress: exec " . (join ' ', ($get_exec->('${FD}'))));
|
||||
|
||||
# delay signals so that we can fork and change behaviour of the signal
|
||||
# handler in parent and child without getting interrupted
|
||||
my $sigset = POSIX::SigSet->new(SIGINT, SIGHUP, SIGPIPE, SIGTERM);
|
||||
|
|
Loading…
Reference in a new issue