Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] more _make fixes
- X-seq: zsh-workers 20271
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: [PATCH] more _make fixes
- Date: Wed, 18 Aug 2004 13:43:16 -0700
- In-reply-to: <20040818202125.GA12088@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20040818202125.GA12088@xxxxxxxxx>
On Wed, Aug 18, 2004 at 01:21:26PM -0700, Wayne Davison wrote:
> + $(perl -ne '@matches = /^(?:([a-zA-Z0-9]+[^\/\t=\s]+)\s*)+:([^=]|$)/ and
This "([^=]|$)" needed a "?:" to avoid returning a value for the array,
so I added that.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author