[PATCH][Libiberty] Support empty arguments in pex-win32

2016-09-16 Thread Andrew Stubbs
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

Re: [PATCH][Libiberty] Support empty arguments in pex-win32

2016-09-16 Thread DJ Delorie
This is OK. Thanks!

Re: [PATCH][Libiberty] Support empty arguments in pex-win32

2016-09-19 Thread Andrew Stubbs
On 16/09/16 19:12, DJ Delorie wrote: This is OK. Thanks! Thanks, committed. Andrew