]> Sergey Matveev's repositories - public-inbox.git/commit
watch: enable autoflush for STDOUT and STDERR
authorEric Wong <e@yhbt.net>
Sat, 27 Jun 2020 10:03:56 +0000 (10:03 +0000)
committerEric Wong <e@yhbt.net>
Sun, 28 Jun 2020 22:29:39 +0000 (22:29 +0000)
commitd3eba34bc83fc75ded13e3b1c6bd763261452dae
tree391fdcebf3657054a20ee32d7db77b915c617bdf
parent371e5e2f808af2e4726d0f1eb6f1f81ea7214ae9
watch: enable autoflush for STDOUT and STDERR

In case output is redirected to a pipe, ensure stdout and stderr
are always unbuffered, as -watch may go long periods without
any output to fill up buffers.
script/public-inbox-watch