* 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.
|
# Execute the pre-hook.
|
||||||
export SHELL=@shell@
|
export SHELL=@shell@
|
||||||
export shell=@shell@
|
if test -z "$shell"; then
|
||||||
|
export shell=@shell@
|
||||||
|
fi
|
||||||
param1=@param1@
|
param1=@param1@
|
||||||
param2=@param2@
|
param2=@param2@
|
||||||
param3=@param3@
|
param3=@param3@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user