This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: pathname with spaces causes problems for tcsh


On Tue, Mar 21, 2000 at 01:58:58PM -0800, Bob McGowan wrote:
>When I used the //c/dir...  format to change to "Multimedia Files" and
>typed pwd, it printed out "/cygdrive/c/Multimedia Files" (expected) but
>"echo $PWD" printed "/c/Multimedia Files".  This is clearly not
>correct.

It is precisely because of problems like this that we switched to using
/cygdrive/x rather than //x.  Many UNIX utilities assume that they can
clean up multiple slashes.  That results in your "/c/Multimedia Files"
above.

That's why the //x form will be deprecated in the next release.

-Chris Faylor
-Cygwin Engineering Manager
-Cygnus Solutions, a Red Hat Company

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]