Jan. 28, 2010
6:20 p.m.
On 29 January 2010 00:21, Michael Stefaniuc <mstefani(a)redhat.com> wrote:
On 01/28/2010 10:59 PM, Henri Verbeet wrote:
On 28 January 2010 22:39, Stefan Leichter<Stefan.Leichter(a)camline.com> wrote:
Is this a know problem? Is a work around available?
Yeah, that's a known problem. As a workaround you can use ">>" (append) instead of ">" to redirect to the file. You'll still need the "2>&1" to redirect stderr to stdout, of course.
That won't workaround the problem.
Seems to work for me.