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]

Re: [ANNOUNCEMENT] Updated: bash-2.05-2


On Tue, 24 Apr 2001 11:14:50 -0400, Corinna Vinschen wrote:
> 
> I have updated the version of bash in cygwin/latest to 2.05-2.
> 
> This version solves the problem of the disfunctional `cd' and `pwd' in
> /cygdrive paths.

This version doesn't work with network shares.

$ cd //myserver/myshare/mydir
$ pwd
//myserver/myshare/mydir      <- Ok
$ cd ..
$ pwd
//myserver/myshare/mydir/..   <- not as expected
$ /bin/pwd
//myserver/myshare            <- expected output


Regards,
René

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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