Merge pull request #4601 from lovesegfault/fix-4598

nix-build: check that envCommand exists
This commit is contained in:
Eelco Dolstra 2021-03-08 10:13:39 +01:00 committed by GitHub
commit 1c0e3e453d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -447,6 +447,7 @@ static void main_nix_build(int argc, char * * argv)
"unset NIX_ENFORCE_PURITY; "
"shopt -u nullglob; "
"unset TZ; %6%"
"shopt -s execfail;"
"%7%",
shellEscape(tmpDir),
(pure ? "" : "p=$PATH; "),