Fix treatment of whitespace after a backslash on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Wed, 1 May 2013 15:31:53 +0000 (18:31 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 1 May 2013 15:31:53 +0000 (18:31 +0300)
commit2926f7b4662409d3445df7c590e80f001b088cc6
tree73c2333cc1159e493c6ecf85ae57c6a79debb3a5
parenta87ff20158eead839d9457e240934bdc05ba509d
Fix treatment of whitespace after a backslash on MS-Windows.

 job.c (construct_command_argv_internal): Don't treat a backslash as an
 escape character before whitespace, if the shell is not a Posix
 shell.   For the description of the problem, see
 http://lists.gnu.org/archive/html/make-w32/2013-04/msg00014.html.
ChangeLog
job.c