Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: brace expansion inconsistency
- X-seq: zsh-workers 16401
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: brace expansion inconsistency
- Date: Sun, 6 Jan 2002 01:08:00 +0000
- In-reply-to: <1020106002047.ZM3115@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <87ellbxkek.fsf@xxxxxxxxxxxxxxxxxxx> <3C33308E.DB275E2@xxxxxxxxxxx> <1020106002047.ZM3115@xxxxxxxxxxxxxxxxxxxxxxx>
On Jan 6, 12:20am, Bart Schaefer wrote:
}
} The problem appears to be in prefork() [...]
} The following patch fixes it; there may be a simpler way.
Oops, that patch didn't handle nesting properly.
Change
stop = nextnode(node);
to
if (!keep)
stop = nextnode(node);
I'll commit it that way, along with some other stuff I've had waiting.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author