diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-06-22 16:22:25 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-06-22 16:22:25 +0300 |
commit | 138d020e1b84005e12e8d4f5557bd6387bf26f51 (patch) | |
tree | a9e139f53d1639da7a28cd707e9979f3e996065b /ChangeLog | |
parent | 5b65c5b916e458e5eed3c74f038dd11c008fdfd8 (diff) | |
download | gunmake-138d020e1b84005e12e8d4f5557bd6387bf26f51.tar.gz |
Compare internal commands of non-Unix shells on Windows case-insensitively.
job.c (construct_command_argv_internal) [WINDOWS32]: Use
case-insensitive comparison with internal commands of non-Unix
shells.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2013-06-22 Eli Zaretskii <eliz@gnu.org> + * job.c (construct_command_argv_internal) [WINDOWS32]: Use + case-insensitive comparison with internal commands of non-Unix + shells. + * main.c (find_and_set_default_shell): Don't use file_exists_p or dir_file_exists_p, as those call readdir, which can fail if PATH includes directories with non-ASCII characters, and that would |