From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22786 invoked from network); 1 Oct 1999 06:23:45 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 1 Oct 1999 06:23:45 -0000 Received: (qmail 7459 invoked by alias); 1 Oct 1999 06:23:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8120 Received: (qmail 7452 invoked from network); 1 Oct 1999 06:23:36 -0000 From: "Bart Schaefer" Message-Id: <991001062329.ZM25781@candle.brasslantern.com> Date: Fri, 1 Oct 1999 06:23:29 +0000 In-Reply-To: Comments: In reply to mason@primenet.com.au (Geoff Wing) "POSIX (Was: PATCH: "sh" job control)" (Oct 1, 1:41am) References: <19990930110741.B13153@dman.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: POSIX (Was: PATCH: "sh" job control) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 1, 1:41am, Geoff Wing wrote: } Subject: POSIX (Was: PATCH: "sh" job control) } } On the topic of POSIX: } % touch asdasd; chmod 755 asdasd } % ./asdasd ; echo $? } zsh: exec format error: ./asdasd } 1 # <-- POSIX says 126 } % ./foobar } zsh: no such file or directory: ./foobar } 1 # <-- POSIX says 127 On my RedHat 5.2 system, bash says: $ ./asdasd ; echo $? 0 $ ./foobar ; echo $? bash: ./foobar: No such file or directory 126 So I don't think I'm going to complain too loudly about zsh. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com