summaryrefslogtreecommitdiffstats
path: root/bin/phase-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-11-08 18:36:24 -0800
committerZac Medico <zmedico@gentoo.org>2011-11-08 18:36:24 -0800
commitd6b008760c6e04bd3640e71ae1f3e599947cfbec (patch)
treea005f7ae9670e0f9f6696ef167610dc07ae3043b /bin/phase-functions.sh
parent75768ea8c922c0266829458025e4b2d35ff49804 (diff)
downloadportage-d6b008760c6e04bd3640e71ae1f3e599947cfbec.tar.gz
portage-d6b008760c6e04bd3640e71ae1f3e599947cfbec.tar.bz2
portage-d6b008760c6e04bd3640e71ae1f3e599947cfbec.zip
phase-functions.sh: remove stray echo
Diffstat (limited to 'bin/phase-functions.sh')
-rw-r--r--bin/phase-functions.sh1
1 files changed, 0 insertions, 1 deletions
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}'\`"