Fix some _doebuild_exit_status_check() calls so that they only happen when
authorZac Medico <zmedico@gentoo.org>
Tue, 7 Apr 2009 17:21:04 +0000 (17:21 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 7 Apr 2009 17:21:04 +0000 (17:21 -0000)
commit1aef41b48e253c3d42972e74d2ab759817b3127f
tree14447605cda237d4f089d2cb7056bea66c7af6e2
parentf16aee82cefa95e9903fa46f448d30f6d4350f64
Fix some _doebuild_exit_status_check() calls so that they only happen when
the bash process exits successfully (for consistency with usage elsewhere).
When calling this functions, we're mainly concerned about false success, and
we always want to allow things like using bashrc die hooks to clean up
$PORTAGE_BUILDDIR for users that are building in tmpfs (in which case the
exit status file may be removed before bash exits).

svn path=/main/trunk/; revision=13296
pym/portage/__init__.py