job.c (construct_command_argv_internal): Remove " from
commitadfe97de6eb0e86521dc3c9ec91a8276712d2ba4
authoreliz <eliz>
Fri, 7 Dec 2012 14:23:39 +0000 (7 14:23 +0000)
committereliz <eliz>
Fri, 7 Dec 2012 14:23:39 +0000 (7 14:23 +0000)
tree7ddb54640d73a1827e1e0a85ef1f7d5843cbbca8
parent8351ca3d0d1fac5313fc6c2e5312a7dcace3cb10
 job.c (construct_command_argv_internal): Remove " from
 sh_chars_dos[].  Ignore an escaped backslash inside a string
 quoted with "..".  This lifts the 4KB or 8KB command-line length
 limitation imposed by the Windows shell when a command uses quoted
 strings, because we now don't call the shell in that case.
ChangeLog
job.c