Commit ID: 10059DEA793272A5286
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/10/11 23:23:04 UTC
Modified files:
bin/mksh : misc.c os2.c sh.h
Log message:
handle drive-qualified nōn-absolute pathnames in do_realpath(), untested
the idea here is that:
- /foo/bar and a:/foo/bar are absolute
- foo/bar is relative
- a:foo/bar needs to be handled specially,
mostly per making it into an absolute (“a:/” + getcwd(a:) + “foo/bar”)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.283 -r1.284 src/bin/mksh/misc.c
cvs -R rdiff -kk -upr1.2 -r1.3 src/bin/mksh/os2.c
cvs -R rdiff -kk -upr1.846 -r1.847 src/bin/mksh/sh.h