From: Zac Medico Date: Wed, 9 Nov 2011 02:36:24 +0000 (-0800) Subject: phase-functions.sh: remove stray echo X-Git-Tag: v2.2.0_alpha73~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d6b008760c6e04bd3640e71ae1f3e599947cfbec;p=portage.git phase-functions.sh: remove stray echo --- diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh index a686dcdc7..f46368d68 100644 --- a/bin/phase-functions.sh +++ b/bin/phase-functions.sh @@ -229,7 +229,6 @@ dyn_unpack() { return 0 fi if [ ! -d "${WORKDIR}" ]; then - echo PATH=$PATH install -m${PORTAGE_WORKDIR_MODE:-0700} -d "${WORKDIR}" || die "Failed to create dir '${WORKDIR}'" fi cd "${WORKDIR}" || die "Directory change failed: \`cd '${WORKDIR}'\`"