summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-02-06 11:57:03 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-02-06 11:57:03 +0000
commit8b0cc8781764e0d1b203423033fab71774e40016 (patch)
tree0018ea9e0d2ad1308e1d384fdba3e5859dc99ed2 /README
parentMore _rsync changes. (diff)
downloadzsh-8b0cc8781764e0d1b203423033fab71774e40016.tar
zsh-8b0cc8781764e0d1b203423033fab71774e40016.tar.gz
zsh-8b0cc8781764e0d1b203423033fab71774e40016.tar.bz2
zsh-8b0cc8781764e0d1b203423033fab71774e40016.tar.lz
zsh-8b0cc8781764e0d1b203423033fab71774e40016.tar.xz
zsh-8b0cc8781764e0d1b203423033fab71774e40016.tar.zst
zsh-8b0cc8781764e0d1b203423033fab71774e40016.zip
22195: don't set HOME in the shell
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index e27d3ea1d..cfad042a0 100644
--- a/README
+++ b/README
@@ -31,6 +31,9 @@ variables as an error, so can still return status 0 (depending on the
handling of other arguments). This appears to be the standard shell
behaviour.
+The variable HOME is no longer set by the shell; it must be present
+in the environment. It is valid for the variable to be unset.
+
Documentation
-------------