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.77) (envelope-from <gentoo-commits+bounces-485979-garchives=archives.gentoo.org@lists.gentoo.org>) id 1SqWNr-0000NO-Cs for garchives@archives.gentoo.org; Sun, 15 Jul 2012 21:29:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1B9CE077F; Sun, 15 Jul 2012 21:29:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 92BCFE077F for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jul 2012 21:29:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 078C81B415E for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jul 2012 21:29:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F339AE5434 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jul 2012 21:29:31 +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: <1342387760.484d2df3fb2f65414746dbb85fa81d99f374648f.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild-helpers/prepstrip X-VCS-Directories: bin/ebuild-helpers/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 484d2df3fb2f65414746dbb85fa81d99f374648f X-VCS-Branch: master Date: Sun, 15 Jul 2012 21:29:31 +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: cea3757a-71f3-48e3-a1f0-0932fd90ac44 X-Archives-Hash: 959f721e277d9e16abe1af2756d65831 commit: 484d2df3fb2f65414746dbb85fa81d99f374648f Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Jul 15 21:29:20 2012 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Jul 15 21:29:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D484d2df3 prepstrip: avoid rm warning about cwd --- bin/ebuild-helpers/prepstrip | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip index 85d5d6a..fe5c1bc 100755 --- a/bin/ebuild-helpers/prepstrip +++ b/bin/ebuild-helpers/prepstrip @@ -318,4 +318,5 @@ then done < <(find "${D}${prepstrip_sources_dir}/" -type d -empty -print0) fi =20 +cd "${T}" rm -rf "${tmpdir}"