From: D.Makepeace@mailbox.uq.oz.au (David Makepeace)
Subject: Path handling problem
14 Oct 1996 09:43:15 -0700
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <Pine.ULT.3.95.961015004743.21571B-100000.cygnus.gnu-win32@dingo.cc.uq.oz.au>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender: zzdmakep@dingo.cc.uq.oz.au
Original-To: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.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
