projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcf842b
)
Bug #206772 - Enable bashrc once again for the clean phase.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 22 Jan 2008 22:14:24 +0000
(22:14 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 22 Jan 2008 22:14:24 +0000
(22:14 -0000)
svn path=/main/trunk/; revision=9220
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 1bcd02852e536e5f585646be965eeced44e4e335..28ba561c4fae6f8b594aacde046a874b6ef39780 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-1703,6
+1703,9
@@
if ! hasq ${EBUILD_PHASE} clean && \
set +f
fi
+# enable bashrc support for the clean phase
+[[ ${EBUILD_PHASE} == clean ]] && source_all_bashrcs
+
# unset USE_EXPAND variables that contain only the special "*" token
for x in ${USE_EXPAND} ; do
[ "${!x}" == "*" ] && unset ${x}