mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
* Don't clobber $shell.
svn path=/nixpkgs/trunk/; revision=7512
This commit is contained in:
parent
bb9f4a2280
commit
98e5779a9b
|
@ -16,7 +16,9 @@ fi
|
|||
|
||||
# Execute the pre-hook.
|
||||
export SHELL=@shell@
|
||||
export shell=@shell@
|
||||
if test -z "$shell"; then
|
||||
export shell=@shell@
|
||||
fi
|
||||
param1=@param1@
|
||||
param2=@param2@
|
||||
param3=@param3@
|
||||
|
|
Loading…
Reference in a new issue