From: Eli Zaretskii Date: Fri, 18 Jan 2013 16:02:16 +0000 (+0200) Subject: Fix a typo in ChangeLog. X-Git-Tag: 3.99.90~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7899c6f383a5e7312497bc9e7d70849bb1d6b756;p=thirdparty%2Fmake.git Fix a typo in ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 93d28fa7..f1cca81d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,7 +29,7 @@ * job.c (construct_command_argv_internal): Remove " from sh_chars_dos[]. Ignore an escaped backslash inside a string quoted with "..". This lifts the 4KB or 8KB command-line length - limitation imposed by the Windows shell when a command uses quoted + limitation imposed by the Windows shells when a command uses quoted strings, because we now don't call the shell in that case. * job.c (create_batch_file): Declare the counter of batch files