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 /tests/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 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 9506a3f..84f40f6 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2005-08-25 Paul Smith <psmith@gnu.org> + + * scripts/variables/SHELL: Use a /./ prefix instead of //: the + former works better with non-UNIX environments. Fixes Savannah + bug #14129. + 2005-08-13 Boris Kolpackov <boris@kolpackov.net> * scripts/functions/wildcard: Wrap calls to $(wildcard ) with |