On Tue, 13 Sep 2011 06:39:13 -0400
Joshua Kinard <ku...@gentoo.org> wrote:
> On 09/13/2011 06:29, Michał Górny wrote:
> 
> > On Tue, 13 Sep 2011 12:21:31 +0200
> > Michał Górny <mgo...@gentoo.org> wrote:
> > 
> >> +# @FUNCTION: has_iuse
> > 
> > Ideas for a better name will be appreciated.
> 
> 
> 'in_iuse' or 'iuse_contains'?
> 
> if $(in_iuse foobar); do
>       $(cake)
> fi
> 
> or
> 
> if $(iuse_contains foobar); do
>       $(cake)
> fi

Guess just a typo but for the record:

if in_iuse foobar; then
        ...
fi

i.e. withou $().

-- 
Best regards,
Michał Górny

Attachment: signature.asc
Description: PGP signature

Reply via email to