fix missing output in unbuffered mode when redirected to a file
commitae70191f92e2c4ca38a760aaa4f7686053c84638
authorrofl0r <retnyg@gmx.net>
Tue, 27 Nov 2012 23:19:26 +0000 (28 00:19 +0100)
committerrofl0r <retnyg@gmx.net>
Tue, 27 Nov 2012 23:19:26 +0000 (28 00:19 +0100)
tree5b01a79a18058bf3cabbc7b7953071ee01b0212b
parent2ac9383370a6a266c2fc33fcdab042fc3451d1e9
fix missing output in unbuffered mode when redirected to a file

rob landley found the reason:

"each process is getting a dup() of the filehandle, each with
 its own file position, and they're overwriting each other
 because it's not in O_APPEND mode"

closes #1
README
jobflow.c