Patch from Steven Scholz to send the output from 'time'
authorEric Andersen <andersen@codepoet.org>
Fri, 7 Nov 2003 21:39:14 +0000 (21:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 7 Nov 2003 21:39:14 +0000 (21:39 -0000)
commit2849209db20289f5486a602b2c42630ee6b5ae7d
treeb4db660f16a7136e770b77de254eca710c7d0bc5
parent28d4e16cd7c08791be2eba6be78a5d0ad01397ac
Patch from Steven Scholz to send the output from 'time'
to stderr, rather than stdout, so that things like

~ # time bunzip2 -c /tmp/test.bz2 > /dev/null
real    0m 29.44s
user    0m 29.30s
sys     0m 0.12s

operate as expected.
miscutils/time.c