delorie.com/archives/browse.cgi | search |
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: | <Pine.ULT.3.95.961015004743.21571B-100000.cygnus.gnu-win32@dingo.cc.uq.oz.au> |
Mime-Version: | 1.0 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |