This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

bash 2.05a.0(1), pwd problem?


Is anyone else experiencing the following behavior?
When navigating around /cygdrive/c, the present
working directory is messed up.

user@host ~
[510]$ bash --version
GNU bash, version 2.05a.0(1)-release (i686-pc-cygwin)
Copyright 2001 Free Software Foundation, Inc.

user@host ~
[511]$ cd arch
/home/user/arch

user@host ~/arch
[512]$ cd ../common

user@host ~/common
[513]$ pwd
/home/user/common

user@host ~/common
[514]$ cd /cygdrive/c/Documents\ and\ Settings/

user@host /cygdrive/c/Documents and Settings/
[515]$ cd ../WINNT

user@host /cygdrive/c/Documents and Settings/../WINNT
[516]$ pwd
/cygdrive/c/Documents and Settings/../WINNT

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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