Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] more _make fixes



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