lol

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

authored by

Michael Raskin and committed by
Eelco Dolstra
0769fc5b 8a10d8bb

+1
+1
pkgs/stdenv/generic/setup.sh
··· 103 103 104 104 # Execute the pre-hook. 105 105 export SHELL=@shell@ 106 + export CONFIG_SHELL="$SHELL" 106 107 if [ -z "$shell" ]; then export shell=@shell@; fi 107 108 runHook preHook 108 109