diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-13 14:12:01 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-13 14:12:01 +0200 |
commit | d26ba897eb944b84e4af7e1744e12b98803ccc4c (patch) | |
tree | a8f7ca6e6db1e2c78d47f8f31c50193ccf14a8b3 /ChangeLog | |
parent | cee14cc42f91f1245b18d3e2e9968e841ff85e50 (diff) | |
download | coreutils-d26ba897eb944b84e4af7e1744e12b98803ccc4c.tar.xz |
Use proper backslash-quoting inside backticks.
* configure.ac: Otherwise we run afoul of strict GNU tr:
a string ending in a lone backslash would provoke a failure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-07-13 Jim Meyering <jim@meyering.net> + + Use proper backslash-quoting inside backticks. + * configure.ac: Otherwise we run afoul of strict GNU tr: + a string ending in a lone backslash would provoke a failure. + 2007-07-12 Jim Meyering <jim@meyering.net> Expand default-no-install prog list in ./configure --help output, |