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

This commit is contained in:
Michael Raskin
2014-07-30 16:44:28 +02:00
committed by Eelco Dolstra
parent 8a10d8bbc3
commit 0769fc5b77
+1
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