mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
Set CONFIG_SHELL to stdenv.shell in the default builder, just like SHELL
This commit is contained in:
parent
8a10d8bbc3
commit
0769fc5b77
@ -103,6 +103,7 @@ fi
|
||||
|
||||
# Execute the pre-hook.
|
||||
export SHELL=@shell@
|
||||
export CONFIG_SHELL="$SHELL"
|
||||
if [ -z "$shell" ]; then export shell=@shell@; fi
|
||||
runHook preHook
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user