* Don't clobber $shell.

svn path=/nixpkgs/trunk/; revision=7512
This commit is contained in:
Eelco Dolstra 2006-12-28 11:32:20 +00:00
parent bb9f4a2280
commit 98e5779a9b

View file

@ -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@