This is the mail archive of the cygwin 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]

Re: [1.7] Backslash incorrectly triggers DOS style path warning


On Monday, April 20, 2009, Christopher Faylor wrote:
> It isn't really erroneous. ÂSomething (awk) is trying to open a filename
> with that includes backslashes, so cygwin1.dll thinks that it is trying
> to open a DOS path.

Except it looks like, from what's pasted above, that it's actually a
non-filename backslash that's triggering it - the backslash inside an
awk pattern, in this case.  It's seeing the regex /^\s/ and
recommending that it be replaced with /^/s/.  Clearly the trigger is
overzealous...

--
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/


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