projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c7b407
)
Enable bashrc even when $EBUILD_PHASE is unset, so it's possible to override
author
Zac Medico
<zmedico@gentoo.org>
Sun, 26 Oct 2008 07:55:41 +0000
(07:55 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 26 Oct 2008 07:55:41 +0000
(07:55 -0000)
things like INSTALL_MASK.
svn path=/main/trunk/; revision=11726
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 35b940bfb7c0778554f72fed3e5c4624d9dcc50a..00600473b3c959ad703eb9150059719d06bce339 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-1525,10
+1525,9
@@
_ebuild_phase_funcs() {
# function for the current phase.
#
source_all_bashrcs() {
- [ -n "$EBUILD_PHASE" ] || return
local x
- if [[ -n $EAPI ]] ; then
+ if [[ -n $E
BUILD_PHASE && -n $E
API ]] ; then
local phase_func=$(_ebuild_arg_to_phase "$EAPI" $EBUILD_PHASE)
[[ -n $phase_func ]] && _ebuild_phase_funcs "$EAPI" $phase_func
fi