cksum: line-buffer the printed checksums
authorPádraig Brady <P@draigBrady.com>
Mon, 28 May 2012 01:43:06 +0000 (02:43 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 28 May 2012 01:50:11 +0000 (02:50 +0100)
commit2ab72e3a4364a9dea2a086aa6adfdd02fca53b3d
tree63c2344e7e932ef8900e32dc9e9ee2112fa4301e
parent785234bc173a87ca26ad62ff2a64197039f0c459
cksum: line-buffer the printed checksums

This utility was inadvertently omitted from commit v8.0-34-g710fe41
* src/cksum.c (main): Set stdout to line buffered mode, to ensure
parallel running instances don't intersperse their output.
* NEWS: Mention the fix.
* THANKS.in: Add Anoop.
Reported by Anoop Sharma.
NEWS
THANKS.in
src/cksum.c