summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-07-13 14:12:01 +0200
committerJim Meyering <jim@meyering.net>2007-07-13 14:12:01 +0200
commitd26ba897eb944b84e4af7e1744e12b98803ccc4c (patch)
treea8f7ca6e6db1e2c78d47f8f31c50193ccf14a8b3 /ChangeLog
parentcee14cc42f91f1245b18d3e2e9968e841ff85e50 (diff)
downloadcoreutils-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a52da5d4c..a7f78f3d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,