Gentoo Archives: gentoo-user

From: Michael Orlitzky <mjo@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Per package /bin/sh selection
Date: Tue, 07 Apr 2020 16:10:32
Message-Id: a610b110-1bb3-1e59-9a32-704342510801@gentoo.org
In Reply to: [gentoo-user] Per package /bin/sh selection by Alessandro Barbieri
1 On 4/7/20 11:13 AM, Alessandro Barbieri wrote:
2 > How can I change /bin/sh in a per package way using /etc/portage/env?
3 > I need to set bash some packages while I run dash for the system.
4
5 If it's the ./configure script failing, you can set
6
7 CONFIG_SHELL="/bin/bash"
8
9 to override it only in that configure script (but please report a bug
10 first; configure scripts are supposed to be POSIX sh).

Replies

Subject Author
Re: [gentoo-user] Per package /bin/sh selection Alessandro Barbieri <lssndrbarbieri@×××××.com>