]> err.no Git - dpkg/commit
Dpkg::IPC: Add wait_child option to fork_and_exec
authorFrank Lichtenheld <djpig@debian.org>
Fri, 15 Feb 2008 19:54:23 +0000 (20:54 +0100)
committerFrank Lichtenheld <djpig@debian.org>
Fri, 15 Feb 2008 19:54:23 +0000 (20:54 +0100)
commit203d5bb92583324efed4fe82e8272a831c780138
tree9bd6246b879e21a51a429b822e821a3db7e50d89
parent07c81f94aa64e9b6f148c5b5cb24461708feb2b5
Dpkg::IPC: Add wait_child option to fork_and_exec

* scripts/Dpkg/IPC.pm (fork_and_exec): If the wait_child
option is set to true, wait for the child to exit before
returning to the caller.
scripts/Dpkg/IPC.pm