From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8488 invoked from network); 16 Jun 2006 09:22:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 16 Jun 2006 09:22:02 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 46341 invoked from network); 16 Jun 2006 09:21:55 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 16 Jun 2006 09:21:55 -0000 Received: (qmail 18418 invoked by alias); 16 Jun 2006 09:21:48 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10378 Received: (qmail 18409 invoked from network); 16 Jun 2006 09:21:48 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 16 Jun 2006 09:21:48 -0000 Received: (qmail 45355 invoked from network); 16 Jun 2006 09:21:48 -0000 Received: from cluster-d.mailcontrol.com (217.69.20.190) by a.mx.sunsite.dk with SMTP; 16 Jun 2006 09:21:46 -0000 Received: from cameurexb01.EUROPE.ROOT.PRI ([62.189.241.200]) by rly25d.srv.mailcontrol.com (MailControl) with ESMTP id k5G9LidV002813 for ; Fri, 16 Jun 2006 10:21:45 +0100 Received: from news01.csr.com ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.1830); Fri, 16 Jun 2006 10:21:25 +0100 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.13.4/8.13.4) with ESMTP id k5G9Lip9004979 for ; Fri, 16 Jun 2006 10:21:44 +0100 Received: from csr.com (pws@localhost) by news01.csr.com (8.13.4/8.13.4/Submit) with ESMTP id k5G9Lh9F004976 for ; Fri, 16 Jun 2006 10:21:44 +0100 Message-Id: <200606160921.k5G9Lh9F004976@news01.csr.com> X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: zsh list Subject: Re: losing stderr messages In-reply-to: <20060616085843.GA27632@hhs48.com> References: <20060616085843.GA27632@hhs48.com> Comments: In-reply-to Charles Hallenbeck message dated "Fri, 16 Jun 2006 04:58:43 -0400." Date: Fri, 16 Jun 2006 10:21:43 +0100 From: Peter Stephenson X-OriginalArrivalTime: 16 Jun 2006 09:21:25.0792 (UTC) FILETIME=[3DC7B200:01C69126] Content-Type: text/plain MIME-Version: 1.0 X-Scanned-By: MailControl A-07-00-10 (www.mailcontrol.com) on 10.68.0.135 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 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