Gentoo Archives: gentoo-pms

From: Zac Medico <zmedico@g.o>
To: gentoo-pms@l.g.o
Subject: Re: [gentoo-pms] [PATCH] EAPI must be at least a single char.
Date: Sun, 30 Sep 2012 19:52:51
Message-Id: 5068A308.3090303@gentoo.org
In Reply to: Re: [gentoo-pms] [PATCH] EAPI must be at least a single char. by Brian Harring
1 On 09/30/2012 12:44 PM, Brian Harring wrote:
2 > tries to write a PM, likely fucking that up. If what you were saying
3 > was the actual intention behind it, that assignment would've just been
4 > along the lines of EAPI=("[^"]*"|'[^']*'|[^\t ]); aka "here's how you
5 > grab what looks like an EAPI assignment".
6
7 I would have preferred a regex that just matches any assignment like
8 this, but didn't feel like bikeshedding it, since the one that's
9 currently in the spec works in practice.
10 --
11 Thanks,
12 Zac

Replies

Subject Author
Re: [gentoo-pms] [PATCH] EAPI must be at least a single char. Ulrich Mueller <ulm@g.o>
Re: [gentoo-pms] [PATCH] EAPI must be at least a single char. Brian Harring <ferringb@×××××.com>