forked from mirrors/nixpkgs
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.
|
# Execute the pre-hook.
|
||||||
export SHELL=@shell@
|
export SHELL=@shell@
|
||||||
|
export CONFIG_SHELL="$SHELL"
|
||||||
if [ -z "$shell" ]; then export shell=@shell@; fi
|
if [ -z "$shell" ]; then export shell=@shell@; fi
|
||||||
runHook preHook
|
runHook preHook
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue