Re: 1.5.5-1: cygpath bug

2003-11-25 Thread Larry Hall
At 05:05 PM 11/25/2003, Masoud Mansouri-Samani you wrote: >Hi, > >In a script I am using cygpath for Cygwin version (1.5.5-1). It seems to have a bug: > > $ cygpath --path --windows "C:\foo" > C;C:\cygwin\home\masoud\\foo > >Which is clearly wrong. Actually no, it's not wrong. You told cygpat

1.5.5-1: cygpath bug

2003-11-25 Thread Masoud Mansouri-Samani
Hi, In a script I am using cygpath for Cygwin version (1.5.5-1). It seems to have a bug: $ cygpath --path --windows "C:\foo" C;C:\cygwin\home\masoud\\foo Which is clearly wrong. If one does it in two steps then it comes up with the right behaviour: $ cygpath --path --unix "C:\foo" /cyg