Re: bash builtin pwd returns Windows style names

2002-11-21 Thread Richter Norbert
Hi, > bash-2.05b$ uname -a > CYGWIN_NT-5.1 CORINNA 1.3.15(0.63/3/2) 2002-11-07 13:57 i686 unknown > bash-2.05b$ cd d: > bash-2.05b$ pwd > /cygdrive/d > Corinna thank you, Corinna, for this hint. It works also with me. However, if you do bash-2.05b$ uname -a CYGWIN_NT-5.0 PC4265 1.3.15(0.63/3/2

Re: bash builtin pwd returns Windows style names

2002-11-20 Thread Chet Ramey
> > Try doing a "cd c:/tmp" or something similar. Bash will dutifully report > > that you are in the c:/tmp directory at that point. > > Ok. That's a bash problem. It doesn't recognize c: as a drive but as > the beginning of a relative path. > > This is weird since bash has special handling for

Re: bash builtin pwd returns Windows style names

2002-11-20 Thread Corinna Vinschen
On Wed, Nov 20, 2002 at 11:42:53AM -0500, Christopher Faylor wrote: > Try doing a "cd c:/tmp" or something similar. Bash will dutifully report > that you are in the c:/tmp directory at that point. Ok. That's a bash problem. It doesn't recognize c: as a drive but as the beginning of a relative pa

Re: bash builtin pwd returns Windows style names

2002-11-20 Thread Christopher Faylor
On Wed, Nov 20, 2002 at 12:08:09PM +0100, Corinna Vinschen wrote: >On Wed, Nov 20, 2002 at 10:54:16AM +0100, Richter Norbert wrote: >>I observed that in previous releases of Cygwin (I think it was 1.3.12) >>the bash builtin pwd returned directory names in the form: >> /cygdrive/c/classes >> >>but

Re: bash builtin pwd returns Windows style names

2002-11-20 Thread Corinna Vinschen
On Wed, Nov 20, 2002 at 10:54:16AM +0100, Richter Norbert wrote: > Hello, > > I observed that in previous releases of Cygwin (I think it was 1.3.12) the > bash builtin > pwd returned directory names in the form: > /cygdrive/c/classes > > but if I try this now with the release 1.3.14 (and also wit

bash builtin pwd returns Windows style names

2002-11-20 Thread Richter Norbert
Hello, I observed that in previous releases of Cygwin (I think it was 1.3.12) the bash builtin pwd returned directory names in the form: /cygdrive/c/classes but if I try this now with the release 1.3.14 (and also with 1.3.15 and bash 2.05b) I get c:/classes I wonder if this has been intentionall