Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Runaway Shell (bug>)
- X-seq: zsh-workers 1398
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: pws@xxxxxx (Peter Stephenson)
- Subject: Re: Runaway Shell (bug>)
- Date: Fri, 21 Jun 1996 14:17:18 +0200 (MET DST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199606210900.LAA17786@xxxxxxxxxxxx> 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
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author