diff options
author | Ron Yorston <rmy@pobox.com> | 2022-03-22 08:12:07 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2022-03-22 08:12:07 +0000 |
commit | af41de68901d48753eb73491d54931a99d1a13b5 (patch) | |
tree | b5c26c5d07fcc3ecca0d2cadfe964418635d67fe /docs/nofork_noexec.txt | |
parent | f3c5e8bc316af658260369fc2d4d1270c1f609b4 (diff) | |
download | busybox-w32-af41de68901d48753eb73491d54931a99d1a13b5.tar.gz busybox-w32-af41de68901d48753eb73491d54931a99d1a13b5.tar.bz2 busybox-w32-af41de68901d48753eb73491d54931a99d1a13b5.zip |
ash: let $HOME set home directory of login shell
In busybox-w32 the shell option '-l' sets HOME to the user's
home directory, as determined by a call to GetUserProfileDirectory().
This is differs from how shells work on Unix, where HOME is usually
set by login(1).
Allow the user to override this behaviour by setting HOME before
starting the shell. If HOME isn't set or contains an empty string
the previous behaviour applies. If HOME is set to a non-empty string
the user should ensure that it represents a valid absolute path.
(GitHub issue #244)
Diffstat (limited to 'docs/nofork_noexec.txt')
0 files changed, 0 insertions, 0 deletions