Make pipe wait for its childrenmaster
commita26fae63a4e5ff1298ababb2cac25d9333a1fc2a
authorff <_ff@tuta.io>
Sat, 23 Dec 2017 16:25:41 +0000 (23 17:25 +0100)
committerff <_ff@tuta.io>
Sat, 23 Dec 2017 16:25:41 +0000 (23 17:25 +0100)
tree4e247943a4c5bdf6121fbc8d041a4743129cecd1
parent1969b277a3c88c8729542d4d85a4acc46d4ce812
Make pipe wait for its children

Pipe reused its own process for the last command,
but now it fork() instead.
Make pipe wait for its children,
returning with an error if one of them does.
Devember/log23.txt [new file with mode: 0644]
src/pipe.c