Caleb Tennis wrote:

>So it seems repoman doesn't like nested die calls like this:
>
>use blah && ( emake foo || die )
>
>  
>
i believe this is a question in the developer end quiz too:-)

>But, without the parenthesis
>
>use blah && emake foo || die
>
>always dies (the emake functions just fine, but it returns an error once emake 
>is completed).
>
>What's the trick?  Wrap the emake in a if/then call?  Ignore repoman at the 
>risk of potential finger breakage by mr_bones'?
>
>--
>gentoo-dev@gentoo.org mailing list
>
>
>  
>

--
gentoo-dev@gentoo.org mailing list

Reply via email to