Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: losing stderr messages
- X-seq: zsh-users 10378
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh list <zsh-users@xxxxxxxxxx>
- Subject: Re: losing stderr messages
- Date: Fri, 16 Jun 2006 10:21:43 +0100
- In-reply-to: <20060616085843.GA27632@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20060616085843.GA27632@xxxxxxxxx>
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