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

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