Subject: PR/30735 CVS commit: src/bin/sh
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: netbsd-bugs
Date: 11/26/2005 21:45:03
The following reply was made to PR bin/30735; it has been noted by GNATS.

From: David Laight <dsl@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/30735 CVS commit: src/bin/sh
Date: Sat, 26 Nov 2005 21:44:44 +0000 (UTC)

 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.