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 95EC9138350 for ; Tue, 7 Apr 2020 16:10:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A58BE0B93; Tue, 7 Apr 2020 16:10: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 D85EFE0B67 for ; Tue, 7 Apr 2020 16:10:22 +0000 (UTC) Received: from [192.168.1.100] (c-98-218-46-55.hsd1.md.comcast.net [98.218.46.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo) by smtp.gentoo.org (Postfix) with ESMTPSA id 0896E34EFBD for ; Tue, 7 Apr 2020 16:10:01 +0000 (UTC) Subject: Re: [gentoo-user] Per package /bin/sh selection To: gentoo-user@lists.gentoo.org References: From: Michael Orlitzky Message-ID: Date: Tue, 7 Apr 2020 12:09:56 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Archives-Salt: 67c8dd03-b24a-4e8f-bea6-da22a8395683 X-Archives-Hash: e24f03baf194ffb58ccc05332614a8a0 On 4/7/20 11:13 AM, Alessandro Barbieri wrote: > How can I change /bin/sh in a per package way using /etc/portage/env? > I need to set bash some packages while I run dash for the system. If it's the ./configure script failing, you can set CONFIG_SHELL="/bin/bash" to override it only in that configure script (but please report a bug first; configure scripts are supposed to be POSIX sh).