1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-08 12:01:21 +02:00

22195: don't set HOME in the shell

This commit is contained in:
Peter Stephenson 2006-02-06 12:03:05 +00:00
parent 8b0cc87817
commit 3e6fae832b

View file

@ -1,3 +1,9 @@
2006-02-06 Peter Stephenson <pws@csr.com>
* 22195: README, Src/init.c, Src/params.c, Src/subst.c,
Src/utils.c, Src/Modules/newuser.c: don't set HOME in the shell,
only if passed by the environment; handle the fallout.
2006-02-05 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Completion/Unix/Command/_rsync: A few more fixes