From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-399531-garchives=archives.gentoo.org@lists.gentoo.org>) id 1RNy1q-0005o2-4j for garchives@archives.gentoo.org; Wed, 09 Nov 2011 02:36:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53B3D21C09D; Wed, 9 Nov 2011 02:36:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 22DED21C09D for <gentoo-commits@lists.gentoo.org>; Wed, 9 Nov 2011 02:36:34 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EE241B4040 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Nov 2011 02:36:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A6B0080042 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Nov 2011 02:36:32 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org> Message-ID: <d6b008760c6e04bd3640e71ae1f3e599947cfbec.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/phase-functions.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d6b008760c6e04bd3640e71ae1f3e599947cfbec Date: Wed, 9 Nov 2011 02:36:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2a9ea369-fa59-40aa-8eac-2d44611004b8 X-Archives-Hash: acd181cd14d26de3af3d39f628ceca7f commit: d6b008760c6e04bd3640e71ae1f3e599947cfbec Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Wed Nov 9 02:36:24 2011 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Wed Nov 9 02:36:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dd6b00876 phase-functions.sh: remove stray echo --- 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 a686dcd..f46368d 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=3D$PATH install -m${PORTAGE_WORKDIR_MODE:-0700} -d "${WORKDIR}" || die "Failed= to create dir '${WORKDIR}'" fi cd "${WORKDIR}" || die "Directory change failed: \`cd '${WORKDIR}'\`"