Make sh(1) recognize the default $HOME. By default /home
is a symlink; without this change, when you log in, the sh(1)
won't realize the current directory (eg '/usr/home/test')
is the same as $HOME ('/home/test').
Details
Details
- Reviewers
jilles - Commits
- rS342881: Make sh(1) recognize the default $HOME. By default /home
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
A case could be made that it is really login(1) and sshd(8)'s job to set PWD along with chdir(2), but this will do.