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 .ebuild files always interpreted with bash, or with whatever /bin/sh > points to? I thought it was the former. >
Ebuilds are bash, but the ./configure scripts and makefiles that often get run within the ebuilds use /bin/sh by default.