stdenvLinux: Use bash instead of sh from bootstrapTools
"sh" is also bash, but invoking it as "sh" disables certain features like process substitution. Closes #13395.
This commit is contained in:
parent
f05bc0444a
commit
2f050b5d13
@ -78,7 +78,7 @@ rec {
|
|||||||
dontPatchShebangs=1
|
dontPatchShebangs=1
|
||||||
${commonPreHook}
|
${commonPreHook}
|
||||||
'';
|
'';
|
||||||
shell = "${bootstrapTools}/bin/sh";
|
shell = "${bootstrapTools}/bin/bash";
|
||||||
initialPath = [bootstrapTools];
|
initialPath = [bootstrapTools];
|
||||||
fetchurlBoot = import ../../build-support/fetchurl {
|
fetchurlBoot = import ../../build-support/fetchurl {
|
||||||
stdenv = stage0.stdenv;
|
stdenv = stage0.stdenv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user