On Feb 17 00:23, Hans Horn wrote: > Folks, > > according to the cygpath manpage, I should get the following, given a short > DOS name, e.g. c:\Progra~1: > > cygpath -wl C:\Progra~1 --> C:\Program Files > cygpath -ml C:\Progra~1 --> C:/Program Files > > however, the -m option completely ignores the '-l' flag, and I get instead > cygpath -ml C:\Progra~1 --> C:/Progra~1 > cygpath -m C:\Progra~1 --> C:/Progra~1 > > Which is "right", cygpath or its manpage?
The manpage. I fixed cygpath to do the "right thing(tm)". Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/