Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/26/2005 21:44:44
Module Name: src
Committed By: dsl
Date: Sat Nov 26 21:44:44 UTC 2005
Modified Files:
src/bin/sh: cd.c
Log Message:
Don't change the name of the directory we are going to 'cd' to just because
we decide to remove a leading "./" when deciding whether to print the name.
Stops 'cd .//tmp' ending up the same as 'cd /tmp'.
Fixes PR/30735
To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/bin/sh/cd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.