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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10EA6158232 for ; Tue, 10 Dec 2024 18:31:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B233E087F; Tue, 10 Dec 2024 18:31:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6758AE0856 for ; Tue, 10 Dec 2024 18:31:07 +0000 (UTC) Received: by mertle.michael.orlitzky.com (Postfix, from userid 1000) id 3E16D12C10A1; Tue, 10 Dec 2024 13:31:04 -0500 (EST) Date: Tue, 10 Dec 2024 13:31:04 -0500 From: Michael Orlitzky To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH] profiles/default/linux: export cache variables for sed and friends Message-ID: References: <4bfc3e7b67c2a1398c8efa9700b66fe9ac0f2736.1733352922.git.sam@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Archives-Salt: 9c850cc4-5d5a-431a-95e7-febd22dcb2b5 X-Archives-Hash: e816162fcd983e0df6fc6cf573c67a97 On 2024-12-10 00:54:11, Eli Schwartz wrote: > > What circumstances other than a shebang might break without a full path? When PATH is not reliable, like inside a cron job. Or arguments to execve().