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 Thu, Apr 26, 2001 at 02:16:08PM +0200, Ren? M?hlstein wrote:
> 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

:-((( You're right. I just checked that it was already in 2.05-1.
My patch only checks for the cygdrive prefix if the first part
of the path doesn't exist. I shouldn't patch too hectically...

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
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]