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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A72EE158087 for ; Sun, 5 Dec 2021 13:47:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DF22E07BA; Sun, 5 Dec 2021 13:47:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E038D2BC005 for ; Sun, 5 Dec 2021 13:47:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADACE343515 for ; Sun, 5 Dec 2021 13:47:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 134AF1FE for ; Sun, 5 Dec 2021 13:47:32 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1638711739.a0fe6cc7412011a7d345068e82fcda1a249d85e1.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: a0fe6cc7412011a7d345068e82fcda1a249d85e1 X-VCS-Branch: master Date: Sun, 5 Dec 2021 13:47:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ea6c67b-cd48-4290-bf56-0dbf47e6e8da X-Archives-Hash: cd613c2e70318a9c3606bf897c257308 commit: a0fe6cc7412011a7d345068e82fcda1a249d85e1 Author: Etienne Buira free fr> AuthorDate: Sat Dec 4 07:53:37 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Dec 5 13:42:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a0fe6cc7 scripts/bootstrap-prefix.sh: cleanup This dir is unconditionaly created a few lines above v2: - shortened $subject Thanks grobian for review Signed-off-by: Fabian Groffen gentoo.org> scripts/bootstrap-prefix.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index a2b1db7235..4d345ad437 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -565,7 +565,6 @@ do_tree() { else efetch "$1/$2" || return 1 fi - [[ -e ${PORTDIR} ]] || mkdir -p ${PORTDIR} einfo "Unpacking, this may take a while" estatus "stage1: unpacking Portage tree" bzip2 -dc ${DISTDIR}/$2 | \