projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6601b0b
)
Make phase variable local in has_phase_defined_up_to().
author
Zac Medico
<zmedico@gentoo.org>
Sat, 17 Oct 2009 05:44:17 +0000
(
05:44
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 17 Oct 2009 05:44:17 +0000
(
05:44
-0000)
svn path=/main/trunk/; revision=14618
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index d6e833639990b63bad7709c913cdc2566b2f775d..88084c5a280c8db7b381c165df68f718121f967b 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-898,6
+898,7
@@
abort_install() {
}
has_phase_defined_up_to() {
+ local phase
for phase in unpack prepare configure compile install; do
has ${phase} ${DEFINED_PHASES} && return 0
[[ ${phase} == $1 ]] && return 1