diff options
author | Paul Smith <psmith@gnu.org> | 2005-08-25 04:40:10 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-08-25 04:40:10 +0000 |
commit | 6636dc1d5c41840afd58e402f7b6ea6ef25de943 (patch) | |
tree | c6fa7adfd60d09ce09eb002b308ef05627a62b40 /ChangeLog | |
parent | bf58e35105696abf9f68f8e1536a3bbfa73ad60e (diff) | |
download | gunmake-6636dc1d5c41840afd58e402f7b6ea6ef25de943.tar.gz |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 <psmith@gnu.org> + + * 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 <psmith@gnu.org> * config.h.W32.template: Reorder to match the standard config.h, |