From 6636dc1d5c41840afd58e402f7b6ea6ef25de943 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 25 Aug 2005 04:40:10 +0000 Subject: If we're on a DOS/W32/OS2 system and we're not using a unixy shell, don't follow POSIX backslash/newline conventions. Use a different method for testing the SHELL variable, which hopefully will work better on non-UNIX systems. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8ce5e99..067d8fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -79,6 +79,13 @@ * make_msvc_net2003.vcproj, make_msvc_net2003.sln: MSVC Project files. * Makefile.am (EXTRA_DIST): Add MSVC Project files. +2005-07-15 Paul Smith + + * job.c (construct_command_argv_internal) [DOS,WINDOWS32,OS/2]: If + we don't have a POSIX shell, then revert to the old + backslash-newline behavior (where they are stripped). + Fixes bug #13665. + 2005-07-08 Paul D. Smith * config.h.W32.template: Reorder to match the standard config.h, -- cgit v1.2.3