From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 75043138010 for ; Sat, 25 Aug 2012 21:14:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 219CAE0686; Sat, 25 Aug 2012 21:14:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E6EECE0686 for ; Sat, 25 Aug 2012 21:13:55 +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 4A4F433D859 for ; Sat, 25 Aug 2012 21:13:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C212CE543D for ; Sat, 25 Aug 2012 21:13:53 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1345929672.e5034a4ec9153047c756923d49c0969fb4fb8ed0.ulm@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild-helpers/newins X-VCS-Directories: bin/ebuild-helpers/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: e5034a4ec9153047c756923d49c0969fb4fb8ed0 X-VCS-Branch: master Date: Sat, 25 Aug 2012 21:13:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8d3f57be-edb7-496a-a271-569f82c552ba X-Archives-Hash: 4a6cc3eecda8c715a263cc2502141cf1 commit: e5034a4ec9153047c756923d49c0969fb4fb8ed0 Author: Ulrich Müller gentoo org> AuthorDate: Sat Aug 25 21:21:12 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat Aug 25 21:21:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e5034a4e Whitespace. --- bin/ebuild-helpers/newins | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/ebuild-helpers/newins b/bin/ebuild-helpers/newins index cf6436b..2dc041d 100755 --- a/bin/ebuild-helpers/newins +++ b/bin/ebuild-helpers/newins @@ -18,7 +18,7 @@ stdin= case ${EAPI} in 0|1|2|3|4|4-python|4-slot-abi) ;; *) [[ $1 = "-" ]] && stdin=yes ;; - esac +esac rm -rf "${T}/$2"