Re: [PATCH][Libiberty] Support empty arguments in pex-win32
On 16/09/16 19:12, DJ Delorie wrote: This is OK. Thanks! Thanks, committed. Andrew
Re: [PATCH][Libiberty] Support empty arguments in pex-win32
This is OK. Thanks!
[PATCH][Libiberty] Support empty arguments in pex-win32
Hi, This patch fixes a libiberty bug in which zero-length arguments to "pex_run" subprocesses were silently dropped on MinGW. Basically, the code does not quote parameters unless it has to, but this corner-case was forgotten. OK? Andrew 2016-09-16 Andrew Stubbs libiberty/ * pex-win3