Re: [gentoo-user] Re: Per package /bin/sh selection

2020-04-10 Thread Michael Orlitzky
On 4/10/20 10:29 PM, Ian Zimmerman wrote: > On 2020-04-08 18:49, Michael Orlitzky wrote: > >> Ebuilds are bash, but the ./configure scripts and makefiles that often >> get run within the ebuilds use /bin/sh by default. > > I see, but then it is an upstream problem no? I mean if upstreams keep >

[gentoo-user] Re: Per package /bin/sh selection

2020-04-10 Thread Ian Zimmerman
On 2020-04-08 18:49, Michael Orlitzky wrote: > Ebuilds are bash, but the ./configure scripts and makefiles that often > get run within the ebuilds use /bin/sh by default. I see, but then it is an upstream problem no? I mean if upstreams keep putting bashisms in their build systems they will keep

Re: [gentoo-user] Re: Per package /bin/sh selection

2020-04-08 Thread Michael Orlitzky
On 4/8/20 6:44 PM, Ian Zimmerman wrote: > 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

[gentoo-user] Re: Per package /bin/sh selection

2020-04-08 Thread Ian Zimmerman
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 wit