From: D DOT Makepeace AT mailbox DOT uq DOT oz DOT au (David Makepeace) Subject: Path handling problem 14 Oct 1996 09:43:15 -0700 Sender: daemon AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: zzdmakep AT dingo DOT cc DOT uq DOT oz DOT au Original-To: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com There appears to be a problem with paths of the form //x where 'x' happens to be the drive for the root directory - //d in my case. Obviously this is not a big problem since "cd /" works instead of "cd //d". Using beta 16 on NT 3.51 (build 1057). Has anyone else seen this? bash$ cd //c bash$ pwd /c bash$ cd //d bash$ pwd bash$ mkdir test bash$ cd test bash$ pwd ../test bash$ cd .. bash$ pwd