From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20952 invoked from network); 4 Jul 2005 14:31:00 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Jul 2005 14:31:00 -0000 Received: (qmail 23002 invoked from network); 4 Jul 2005 14:30:53 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Jul 2005 14:30:53 -0000 Received: (qmail 22964 invoked by alias); 4 Jul 2005 14:30:46 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9022 Received: (qmail 22954 invoked from network); 4 Jul 2005 14:30:45 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Jul 2005 14:30:45 -0000 Received: (qmail 21934 invoked from network); 4 Jul 2005 14:30:45 -0000 Received: from viefep11-int.chello.at (HELO viefep19-int.chello.at) (213.46.255.27) by a.mx.sunsite.dk with SMTP; 4 Jul 2005 14:30:41 -0000 Received: from Dingo ([213.47.104.218]) by viefep19-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050704143039.PBDD4473.viefep19-int.chello.at@Dingo> for ; Mon, 4 Jul 2005 16:30:39 +0200 From: Christian Taylor To: zsh-users Subject: Re: reinventing print_exit_value Date: Mon, 4 Jul 2005 16:29:47 +0200 User-Agent: KMail/1.8 References: <200507032356.17308.cht@chello.at> <200507040209.14406.cht@chello.at> <20050704122901.GC5546@puritan.pnetwork> In-Reply-To: <20050704122901.GC5546@puritan.pnetwork> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507041629.47640.cht@chello.at> X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 Nikolai Weibull wrote: > Still, how much of a problem is this? > Perhaps you should just stop hitting a bunch of times after a > non-zero exit status? ;-), Well, it's not exactly a hobby of mine :) I accidentally did it once, and then I just had to "fix" the script... Christian