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 melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id WAA18835 for ; Fri, 21 Jun 1996 22:34:09 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id IAA28021; Fri, 21 Jun 1996 08:17:45 -0400 (EDT) Resent-Date: Fri, 21 Jun 1996 08:17:45 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199606211217.OAA01462@bolyai.cs.elte.hu> Subject: Re: Runaway Shell (bug>) To: pws@ifh.de (Peter Stephenson) Date: Fri, 21 Jun 1996 14:17:18 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <199606210900.LAA17786@hydra.ifh.de> from Peter Stephenson at "Jun 21, 96 11:00:30 am" 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: <"j0qGm2.0.ir6.fBfon"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1398 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > Nasty. With NO_BAD_PATTERN, exec.c around line 1177 is repeatedly > globbing the same line because it is always returned containing > tokens. Any problem with the having NOBADPATTERN untokenize at that > point? As globbing is the last operation, I can't see any. You are right. glob should not leave any tokens there. That was not true before beta19 and I missed that case. Zoltan