https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277760
Bug ID: 277760
Summary: sh: cd prints path when prefixed with ./
Product: Base System
Version: Unspecified
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
When changing into a directory that is prefixed with "./", interactive sh(1)
prints the path:
$ cd /
$ (cd /usr)
$ (cd usr)
$ (cd ./usr)
/usr
$
This appears to be a bug in all versions of FreeBSD.
Printing the path is normal and standards-compliant for "cd -" or when CDPATH
is used.
--
You are receiving this mail because:
You are the assignee for the bug.