diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-04-29 19:17:07 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-04-29 19:17:07 +0300 |
commit | 9a7fe22b197770271a2235062fe52cb1c71a3d9e (patch) | |
tree | 0fba9df7de18b86b7e2a08ba5ab41bf3e82a5cff /ChangeLog | |
parent | 9253a34a57be0c6688278d120c450d1e81971a31 (diff) | |
download | gunmake-9a7fe22b197770271a2235062fe52cb1c71a3d9e.tar.gz |
Fix the .ONESHELL operation on MS-Windows.
job.c (construct_command_argv_internal) [WINDOWS32]: Return
right after generating new_argv for one_shell case. This fixes
the Windows build for both Unixy shell and stock Windows shells.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-04-29 Eli Zaretskii <eliz@gnu.org> + + * job.c (construct_command_argv_internal) [WINDOWS32]: Return + right after generating new_argv for one_shell case. This fixes + the Windows build for both Unixy shell and stock Windows shells. + 2013-04-28 Eli Zaretskii <eliz@gnu.org> * dir.c (local_stat) [WINDOWS32]: Use the wrapper on MS-Windows. |