[gentoo-portage-dev] [PATCH] bug 107770 ebuild screwing up A when executing phase by phase

2005-10-04 Thread Brian Harring
Quicky description of the bug is that A was being defined to '' in the ebuild env; due to the fact ebuild.sh automatically stomps the current passed in env with the previous env (it's bad, we know it already :), this resulted in A getting auto set to a bad value, and the value lingering.

Re: [gentoo-portage-dev] [PATCH] bug 107770 ebuild screwing up A when executing phase by phase

2005-10-04 Thread Brian Harring
On Tue, Oct 04, 2005 at 09:17:22AM -0500, Brian Harring wrote: Responding to myself, because I'm an idiot, attached is the correct patch. ~harring Index: bin/ebuild.sh === --- bin/ebuild.sh (revision 2082) +++ bin/ebuild.sh