Re: cygpath doubles backslashes

2002-02-27 Thread Don Sharp
Lapo Luchini wrote: > > > $ mount > > G:\\bin on /usr/bin type system (binmode) > > G:\\lib on /usr/lib type system (binmode) > > >From this it seems that is a setup.exe issue: you probably installed in > G:\ and it didn't strip last backslach... Lapo has the right of it TVM Cheers Don Sharp

Re: cygpath doubles backslashes

2002-02-27 Thread Lapo Luchini
> $ mount > G:\\bin on /usr/bin type system (binmode) > G:\\lib on /usr/lib type system (binmode) >From this it seems that is a setup.exe issue: you probably installed in G:\ and it didn't strip last backslach... -- Lapo 'Raist' Luchini [EMAIL PROTECTED] (PGP & X.509 keys available) http://www.l

Re: cygpath doubles backslashes

2002-02-27 Thread Christopher Faylor
On Wed, Feb 27, 2002 at 02:23:11PM +, Don Sharp wrote: >when /usr/bin is converted by "cygpath -w -p" it doubles the number of >backslashes produced > >$ cygpath -w -p /usr/bin:/bin >G:\\bin;G:\bin > >Not sure if this is a desirable side-effect. > >$ mount >G:\\bin on /usr/bin type system (bin

cygpath doubles backslashes

2002-02-27 Thread Don Sharp
when /usr/bin is converted by "cygpath -w -p" it doubles the number of backslashes produced $ cygpath -w -p /usr/bin:/bin G:\\bin;G:\bin Not sure if this is a desirable side-effect. $ mount G:\\bin on /usr/bin type system (binmode) G:\\lib on /usr/lib type system (binmode) c:\tmp on /tmp type s