summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-08-07 08:46:06 +0000
committerEli Zaretskii <eliz@gnu.org>2010-08-07 08:46:06 +0000
commitb6b687598667e9376f100b805391d435af6f5a0d (patch)
tree486d3ab262615f2428307ca52dc49d209ae12f1f /ChangeLog
parent8f029808af8985e63c07b10caaff78c93b795ed0 (diff)
downloadgunmake-b6b687598667e9376f100b805391d435af6f5a0d.tar.gz
function.c (func_shell) [WINDOWS32]: Reset just_print_flag
around the call to construct_command_argv, so that a temporary batch file _is_ created when needed for $(shell). Fixes Savannah bug #16362.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f7d1c3..cc96754 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-07 Eli Zaretskii <eliz@gnu.org>
+
+ * function.c (func_shell) [WINDOWS32]: Reset just_print_flag
+ around the call to construct_command_argv, so that a temporary
+ batch file _is_ created when needed for $(shell). Fixes Savannah
+ bug #16362.
+
2010-08-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
* configh.dos.template (HAVE_STRNCASECMP): Define.