summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/ebuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index d6e833639..88084c5a2 100755
--- 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