]> arthur.barton.de Git - bup.git/commit
main: don't set stdio to nonblocking
authorRob Browning <rlb@defaultvalue.org>
Sat, 27 Jan 2018 21:19:24 +0000 (15:19 -0600)
committerRob Browning <rlb@defaultvalue.org>
Thu, 1 Feb 2018 07:08:29 +0000 (01:08 -0600)
commit80addc3f11e41101ed3a30aa17d4d8741d5592b9
treec86da31e5af69a39bbc308e5513fbd38eebb0ced
parent7a152fc6e37fc78bd502d6121412e4d8bf2ae30c
main: don't set stdio to nonblocking

This was left in the newliner replacement patch, and I can't remember
a justification for it.  Having it in there affects other processes,
so take it out.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
main.py