Skip to content

Commit

Permalink
Set CONFIG_SHELL to stdenv.shell in the default builder, just like SHELL
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c authored and edolstra committed Jul 30, 2014
1 parent 8a10d8b commit 0769fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/stdenv/generic/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0769fc5

Please sign in to comment.