3
0
Fork 0
forked from mirrors/nixpkgs

Set CONFIG_SHELL to stdenv.shell in the default builder, just like SHELL

This commit is contained in:
Michael Raskin 2014-06-14 10:59:35 +04:00 committed by Eelco Dolstra
parent 8a10d8bbc3
commit 0769fc5b77

View file

@ -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