Date: Fri, 27 May 2011 20:01:46 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh cd.c src/tools/regression/bin/sh/builtins cd6.0 cd7.0 Message-ID: <201105272002.p4RK2Cim002536@repoman.freebsd.org>
index | next in thread | raw e-mail
jilles 2011-05-27 20:01:46 UTC
FreeBSD src repository
Modified files:
bin/sh cd.c
Added files:
tools/regression/bin/sh/builtins cd6.0 cd7.0
Log:
SVN rev 222381 on 2011-05-27 20:01:46Z by jilles
sh: Correct criterion for using CDPATH in cd.
CDPATH should be ignored not only for pathnames starting with '/' but also
for pathnames whose first component is '.' or '..'.
The man page already describes this behaviour.
Revision Changes Path
1.48 +4 -1 src/bin/sh/cd.c
1.1 +10 -0 src/tools/regression/bin/sh/builtins/cd6.0 (new)
1.1 +15 -0 src/tools/regression/bin/sh/builtins/cd7.0 (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105272002.p4RK2Cim002536>
