From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06DDB1382C5 for ; Sat, 3 Mar 2018 15:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5790DE0953; Sat, 3 Mar 2018 15:18:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38C1FE0953 for ; Sat, 3 Mar 2018 15:18:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59C2B335C2E for ; Sat, 3 Mar 2018 15:18:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92C9C1F1 for ; Sat, 3 Mar 2018 15:18:20 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <1520090228.7db8c8d9e4581031be66896392571f989f3d3a9e.tommy@gentoo> Subject: [gentoo-commits] proj/portage:multilib commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/phase-functions.sh X-VCS-Directories: bin/ X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau X-VCS-Revision: 7db8c8d9e4581031be66896392571f989f3d3a9e X-VCS-Branch: multilib Date: Sat, 3 Mar 2018 15:18:20 +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: 5eeea8d8-16d4-415d-b48e-b5308c9d0f85 X-Archives-Hash: 1cc4de0c6a2a620fc80328851c3c3459 commit: 7db8c8d9e4581031be66896392571f989f3d3a9e Author: Thomas Sachau gentoo org> AuthorDate: Sat Mar 3 15:17:08 2018 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sat Mar 3 15:17:08 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7db8c8d9 Fix quoting (did leave some files in the builddir) bin/phase-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh index e97566d8f..58e0cdc0b 100644 --- a/bin/phase-functions.sh +++ b/bin/phase-functions.sh @@ -306,7 +306,7 @@ __dyn_clean() { "$PORTAGE_BUILDDIR"/.ipc_{in,out,lock} \ "$PORTAGE_BUILDDIR"/.exit_status - rm -rf "${PORTAGE_BUILDDIR}/{build-info,abi-code}" + rm -rf "${PORTAGE_BUILDDIR}"/{build-info,abi-code} rm -rf "${WORKDIR}" rm -f "${PORTAGE_BUILDDIR}/files" fi