This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

path conversion regression?


Shouldn't this:

cygpath -u 'c:\cygwin\bin\cygwin1.dll'
            ^

be equivalent to:

cygpath -u 'C:\cygwin\bin\cygwin1.dll'
            ^

?

I just checked in a change to cause Cygwin to treat them as equivalent.
Previously 1.7 exactly matched whatever was in the mount table.  If the
mount table had a lowercase c:\... it would not match an uppercase C:\...

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]