diff options
author | Eli Zaretskii <eliz@gnu.org> | 2011-05-07 08:29:13 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2011-05-07 08:29:13 +0000 |
commit | b5c065418f63f22dc8e6ab508708afd4de070d55 (patch) | |
tree | f798bf0dca0c62c9c65d0f169130bcf7361b8e0c /ChangeLog | |
parent | bd6f63e5632a69ccff3ad6460af980eeaa1e6bf1 (diff) | |
download | gunmake-b5c065418f63f22dc8e6ab508708afd4de070d55.tar.gz |
job.c (construct_command_argv_internal): Don't assume shellflags
is always non-NULL. Escape-protect characters special to the
shell when copying the value of SHELL into new_line. Fixes
Savannah bug #23922.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-05-07 Eli Zaretskii <eliz@gnu.org> + + * job.c (construct_command_argv_internal): Don't assume shellflags + is always non-NULL. Escape-protect characters special to the + shell when copying the value of SHELL into new_line. Fixes + Savannah bug #23922. + 2011-05-02 Paul Smith <psmith@gnu.org> * doc/make.texi (Special Variables): Add documentation for the new |