Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: losing stderr messages



Peter Stephenson <pws@xxxxxxx>:
> Charles Hallenbeck wrote:
> > I have a command sequence which works as expected when bash is the
> > default shell (/bin/sh) but which fails to capture stderr output when
> > /bin/sh points to zsh. Can someone tell me why, and better yet how to
> > find the missing stderr messages? The sequence is:
> > 
> > { ./configure && make && make install } &> log &
> 
> This should work fine.  Most people would probably write ">&" but they
> have the same effect.  The problem may be deeper inside the scripts.

Oops, I always thought '&>' didn't work in zsh, but I was wrong.
So, the OP can ignore my Statement about that.

Regards, Frank



Messages sorted by: Reverse Date, Date, Thread, Author