Skip to content

Commit 0769fc5

Browse files
7c6f434cedolstra
authored andcommitted
Set CONFIG_SHELL to stdenv.shell in the default builder, just like SHELL
1 parent 8a10d8b commit 0769fc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/stdenv/generic/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ fi
103103

104104
# Execute the pre-hook.
105105
export SHELL=@shell@
106+
export CONFIG_SHELL="$SHELL"
106107
if [ -z "$shell" ]; then export shell=@shell@; fi
107108
runHook preHook
108109

0 commit comments

Comments
 (0)