]> git.ipfire.org Git - thirdparty/make.git/commit
job.c (construct_command_argv_internal): Remove " from
authorEli Zaretskii <eliz@gnu.org>
Fri, 7 Dec 2012 14:23:39 +0000 (14:23 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 7 Dec 2012 14:23:39 +0000 (14:23 +0000)
commit299f5faf9361abdf896279bb15fbeb565e927592
tree5914ae6b35fd70e22787de6e6ea058e83ea6f684
parent0d5d963bcfd5fb625bff4ef2d08d1878cbf7f66d
 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