From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id IAA01731 for ; Mon, 5 Aug 1996 08:53:26 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id SAA12025; Sun, 4 Aug 1996 18:40:08 -0400 (EDT) Resent-Date: Sun, 4 Aug 1996 18:40:08 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199608042239.AAA11670@bolyai.cs.elte.hu> Subject: Re: Weird problem with trn's Configure script To: wayne@clari.net (Wayne Davison) Date: Mon, 5 Aug 1996 00:39:32 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <199608042128.OAA27658@bebop.clari.net> from Wayne Davison at "Aug 4, 96 02:28:55 pm" Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"698YX2.0.mx2.7RI1o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1918 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > #!/local/bin/zsh > (exit) || echo This should not be seen > echo we are here > > With pre6 you'll see the "we are here" statement twice! In pre3 it > did something a little weirder: > > ./testscript: command not found: ould [4] > we are here > > I haven't had a chance to check the code, but it looks like the closing > paren isn't being parsed correctly in this instance. This only seems > to happen if the last command in ()'s is an exit. I cannot reproduce this with any version of zsh. Are you sure that it is a zsh bug? I cannot imagine what can cause such a problem. Isn't it a compiler bug? What system/compiler do you use? Isn't there something unusual in your /etc/zshenv? Zoltan