Commit ID: 100579549C8761C6547
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/07/24 23:05:54 UTC
Modified files:
bin/mksh : dot.mkshrc eval.c mksh.1
Log message:
fix issues with home directory replacement, from Torsten Sillke:
• if $PWD = ${HOME}foo, no longer show as ~foo in PS1
• simplify ~, ~+, and ~- exactly as $PWD is upon shell entry
(fixes HOME=/home/./foo but PWD=/home/foo)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.105 -r1.106 src/bin/mksh/dot.mkshrc
cvs -R rdiff -kk -upr1.189 -r1.190 src/bin/mksh/eval.c
cvs -R rdiff -kk -upr1.399 -r1.400 src/bin/mksh/mksh.1