Gentoo Archives: gentoo-dev

From: Vibhav Garg <vgarg@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Nested die error
Date: Thu, 14 Apr 2005 22:05:23
Message-Id: 425EE925.30902@gentoo.org
In Reply to: [gentoo-dev] Nested die error by Caleb Tennis
1 Caleb Tennis wrote:
2
3 >So it seems repoman doesn't like nested die calls like this:
4 >
5 >use blah && ( emake foo || die )
6 >
7 >
8 >
9 i believe this is a question in the developer end quiz too:-)
10
11 >But, without the parenthesis
12 >
13 >use blah && emake foo || die
14 >
15 >always dies (the emake functions just fine, but it returns an error once emake
16 >is completed).
17 >
18 >What's the trick? Wrap the emake in a if/then call? Ignore repoman at the
19 >risk of potential finger breakage by mr_bones'?
20 >
21 >--
22 >gentoo-dev@g.o mailing list
23 >
24 >
25 >
26 >
27
28 --
29 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Nested die error Ciaran McCreesh <ciaranm@g.o>