diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-11-08 18:36:24 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-11-08 18:36:24 -0800 |
commit | d6b008760c6e04bd3640e71ae1f3e599947cfbec (patch) | |
tree | a005f7ae9670e0f9f6696ef167610dc07ae3043b | |
parent | 75768ea8c922c0266829458025e4b2d35ff49804 (diff) | |
download | portage-d6b008760c6e04bd3640e71ae1f3e599947cfbec.tar.gz portage-d6b008760c6e04bd3640e71ae1f3e599947cfbec.tar.bz2 portage-d6b008760c6e04bd3640e71ae1f3e599947cfbec.zip |
phase-functions.sh: remove stray echo
-rw-r--r-- | bin/phase-functions.sh | 1 |
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}'\`" |