From: Zac Medico Date: Sun, 18 Oct 2009 05:34:59 +0000 (-0000) Subject: Fix breakage in DEFINED_PHASES code. X-Git-Tag: v2.2_rc47~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7511b3776e4fb410042caed74fee6d64f60271ca;p=portage.git Fix breakage in DEFINED_PHASES code. svn path=/main/trunk/; revision=14664 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 4fa19f300..6687c8257 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=-