diff options
author | Paul Smith <psmith@gnu.org> | 2013-04-27 17:28:05 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-04-27 17:28:05 -0400 |
commit | 30843dea3a17f84b7456f68d75e5cd6bd5c5e11b (patch) | |
tree | 8cb0f60c03eb50c017b91fe83e77046dc19dd7c9 /ChangeLog | |
parent | 14d76545514ac7c1d412cf44419168a70638c042 (diff) | |
download | gunmake-30843dea3a17f84b7456f68d75e5cd6bd5c5e11b.tar.gz |
Fix support for .ONESHELL when dealing with non-POSIX shells.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2013-04-27 Paul Smith <psmith@gnu.org> + * job.c (construct_command_argv_internal): Fix oneshell support + for non-POSIX-sh shells. + * load.c (load_object): Extract all POSIX-isms into a separate function for portability. (load_file): Check the .LOADED variable first and don't invoke |