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

Re: losing stderr messages



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.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


To access the latest news from CSR copy this link into a web browser:  http://www.csr.com/email_sig.php



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