Re: quotearg.c's shell_quoting_style and MinGW
Bruno Haible <[email protected]>
| Newsgroups | gmane.comp.lib.gnulib.bugs,gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <2109391.NrWdKlnEh1@linuix> |
Eli Zaretskii wrote: > if you have % characters in a string, each such character should > be quoted separately. Thus, %Path% is quoted as "%"Path"%". Perfect. Thanks.