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 | <6328059.jZnByxI3Ha@linuix> |
Paul Eggert wrote: > Sorry, there still seems to be a misunderstanding here. > In src/diff3.c the pattern is this: > > #if HAVE_WORKING_FORK > ... > #else > ... > fpipe = popen (command, "r"); > ... > #endif > > which means that popen is not invoked on Unix. You're right. I was looking at the wrong spot twice in a row. Apologies. My argument about "spawn-pipe would be more efficient on Unix" is therefore void. Btuno