Rework quote_arg()
commit6528f2730c497dac46cfc6838c814a0b3e6a59f3
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 22 Jul 2007 01:08:33 +0000 (21 21:08 -0400)
committerNguyen Thai Ngoc Duy <pclouds@gmail.com>
Mon, 30 Jul 2007 17:22:03 +0000 (30 13:22 -0400)
tree35907e798a94cc9353d62434c12b397b2e8f7412
parentb222774f888b4c236ae917ba282ff6044dfba6a5
Rework quote_arg()

Don't quote backslashes before passing command line to spawn*
It seems Windows only interpret '\"' as '"'. It does nothing with
other backslashes

Also quote empty arguments
compat/mingw.c