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 44FDD138350 for ; Wed, 8 Apr 2020 22:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 402F9E0BC5; Wed, 8 Apr 2020 22:45:04 +0000 (UTC) Received: from very.loosely.org (very.loosely.org [173.255.215.69]) (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 F3EDCE0B51 for ; Wed, 8 Apr 2020 22:45:03 +0000 (UTC) Received: from localhost ([127.0.0.1]:34380 helo=foolinux.mooo.com) by ahiker.mooo.com with esmtp (Exim 4.93.0.4-246-de4b4accb) (envelope-from ) id 1jMJRN-0004tN-Uz for gentoo-user@lists.gentoo.org; Wed, 08 Apr 2020 15:45:01 -0700 Date: Wed, 8 Apr 2020 15:44:53 -0700 From: Ian Zimmerman To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Re: Per package /bin/sh selection Message-ID: <20200408224453.te4kvtjshwkmel2o@matica> References: <7a1ced9f-782d-65bf-b420-7cedfd529a56@gentoo.org> <5e8dc73c.XZK73a32GsY+WdmD%Joerg.Schilling@fokus.fraunhofer.de> 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Loosely-ASN: 4294967295 X-Archives-Salt: 673ebc7e-5914-478a-9eaf-a9204dea144c X-Archives-Hash: c6d92fc9bab345268f960a65246ead82 On 2020-04-08 12:14, Mike Gilbert wrote: > We use bash as the default /bin/sh, but users are free to replace it > with whatever shell they like, so long as it is reasonably > POSIX-compliant. Other shells are obviously less tested in Gentoo. Are .ebuild files always interpreted with bash, or with whatever /bin/sh points to? I thought it was the former. -- Ian