Re: cygpath behaviour changed

2002-11-10 Thread Randall R Schulz
Lynn, Cygpath as you've show it operating, is working perfectly correctly. The "--path" option is for converting PATH-like variables in which several file or directory names are separated by colons (UNIX -> Windows) or semicolons (Windows -> Unix). Randall Schulz Mountain View, CA USA At 13:

cygpath behaviour changed

2002-11-10 Thread Lynn Wilson
I've just installed the latest cygwin.dll and bash. An existing script no longer works. I tracked it to the following: cygpath --path --windows "c:\WINNT" produces c;c:\WINNT (note the leading c;) cygpath --windows "c:\WINNT" produces the correct c:\WINNT cygpath --path --windows /c/WINNT/ pr