projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b111836
)
Fix breakage in DEFINED_PHASES code.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 18 Oct 2009 05:34:59 +0000
(
05:34
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 18 Oct 2009 05:34:59 +0000
(
05:34
-0000)
svn path=/main/trunk/; revision=14664
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 4fa19f30081f600c239e06d2ac20a2eee52047c3..6687c82571eaf1a4ef5ae87a5274f4b45f75bc61 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-1875,8
+1875,8
@@
if ! hasq "$EBUILD_PHASE" clean cleanrm ; then
DEFINED_PHASES=
for _f in $_valid_phases ; do
if declare -F $_f >/dev/null ; then
-
f=${
f#pkg_}
- DEFINED_PHASES+=" ${f#src_}"
+
_f=${_
f#pkg_}
+ DEFINED_PHASES+=" ${
_
f#src_}"
fi
done
[[ -n $DEFINED_PHASES ]] || DEFINED_PHASES=-