From: Zac Medico Date: Tue, 17 Jan 2012 20:39:00 +0000 (-0800) Subject: remove stray 'fi' from last commit X-Git-Tag: v2.2.0_alpha85~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fcb2aafbbd9d4f62c07942560005b6053eff8a9f;p=portage.git remove stray 'fi' from last commit --- diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh index d65845e47..517a91000 100644 --- a/bin/phase-helpers.sh +++ b/bin/phase-helpers.sh @@ -552,7 +552,6 @@ _eapi0_src_test() { vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" $emake_cmd -j1 test || \ die "Make test failed. See above for details." - fi else vecho ">>> Test phase [none]: ${CATEGORY}/${PF}" fi