summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index d9c055d27..14a311c61 100755
--- 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=-