From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 596C215807A for ; Mon, 09 Jun 2025 02:51:31 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 44EEB343081 for ; Mon, 09 Jun 2025 02:51:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9574E1103DA; Mon, 09 Jun 2025 02:51:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8D3951103C1 for ; Mon, 09 Jun 2025 02:51:27 +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 4951A343073 for ; Mon, 09 Jun 2025 02:51:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A663A2981 for ; Mon, 09 Jun 2025 02:51:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749437467.2385da0e5c539689e91aa9c439c8c8fcc7527424.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ecompress X-VCS-Directories: bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2385da0e5c539689e91aa9c439c8c8fcc7527424 X-VCS-Branch: master Date: Mon, 09 Jun 2025 02:51:25 +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: 48d1e748-f3f9-4fdc-bda1-5befad06454e X-Archives-Hash: 00693a8f4b148a51013468e9d4d4134b commit: 2385da0e5c539689e91aa9c439c8c8fcc7527424 Author: Kerin Millar plushkava net> AuthorDate: Sun Jun 8 16:08:03 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 9 02:51:07 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2385da0e ecompress: don't touch .ecompress_skip_files redundantly The do_ignore() function begins by using a standalone redirection operator to bring the ".ecompress_skip_files" file into existence. It need not, since the following for command does the exact same thing, whether or not there are any positional parameters to be processed. Signed-off-by: Kerin Millar plushkava.net> Signed-off-by: Sam James gentoo.org> bin/ecompress | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/ecompress b/bin/ecompress index 0566a8331b..eb1be9e5ac 100755 --- a/bin/ecompress +++ b/bin/ecompress @@ -10,7 +10,6 @@ do_ignore() { local -a skip_dirs local skip - : > "${T}/.ecompress_skip_files" || die for skip; do if [[ ${skip} == *$'\n'* ]]; then # The operand must be disregarded because the temporary