phase-functions.sh: remove stray echo
authorZac Medico <zmedico@gentoo.org>
Wed, 9 Nov 2011 02:36:24 +0000 (18:36 -0800)
committerZac Medico <zmedico@gentoo.org>
Wed, 9 Nov 2011 02:36:24 +0000 (18:36 -0800)
bin/phase-functions.sh

index a686dcdc77c608635763e48de77eba6b4d3fb28f..f46368d688ebf19a195390a4b55f236cbe0d88f3 100644 (file)
@@ -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}'\`"