diff options
author | Karel Zak <kzak@redhat.com> | 2007-07-14 09:38:42 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-14 09:38:42 +0200 |
commit | 1ff9e235e7413c7f945cc87cb3d4fe9ab0464d3b (patch) | |
tree | 1f14152c2875b81efad51ce12cbee033a973916b /ChangeLog | |
parent | 916fcda554f5859ee51c4fb13031728a54d92a52 (diff) | |
download | coreutils-1ff9e235e7413c7f945cc87cb3d4fe9ab0464d3b.tar.xz |
* m4/include-exclude-prog.m4 (gl_REMOVE_PROG): Fix typo: s/$2/$1/.
(gl_INCLUDE_EXCLUDE_PROG): Quote first use of $2 parameter.
Don't mix comma- and space-separated lists.
Patch from Karel Zak.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-07-14 Karel Zak <kzak@redhat.com> + + * m4/include-exclude-prog.m4 (gl_REMOVE_PROG): Fix typo: s/$2/$1/. + (gl_INCLUDE_EXCLUDE_PROG): Quote first use of $2 parameter. + Don't mix comma- and space-separated lists. + Patch from Karel Zak. + 2007-07-13 Jim Meyering <jim@meyering.net> Warn about non-portable use of unescaped backslash at end of string, |