[bug] globify dospath reacts poorly with escaped double quotes
Mingye Wang
arthur200126@gmail.com
Thu Oct 10 08:30:00 GMT 2019
On Tue, 8 Oct 2019 14:09:18 -0600, Brian Inglis wrote:
> Msys2 tools have to make their own arrangements if they support native Windows
> paths.
> Personally I found when I used to use DOS and Windows tools, it was easier using
> slashes instead of backslashes as directory separators, as most interfaces did
> not care, including most DOS & Windows APIs.
Use the source, Luke. Globbing on the cmdline, as we all know, is
something you only
care about when you are *not* passing in arguments from a Unix-type cmdline, and
build_argv in dcrt0.cc does *only* run globify if the parent process is *not*
Cygwin-powered.
> Backslash escaping and switching enclosing quotes on shell command lines...
See above.
--
Mingye Wang (Artoria2e5)
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
More information about the Cygwin
mailing list