summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-10-11 23:03:55 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-10-11 23:03:55 +0000
commit90224c66391b276d6ead17311b9e810600e027e4 (patch)
tree92106def89c2cba8f7ba22a1ffd4e4b6170a6c16 /ChangeLog
parent8202f4d6d5e8c7d91801f2343fd42638be1f6ff3 (diff)
downloadcoreutils-90224c66391b276d6ead17311b9e810600e027e4.tar.xz
* bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
variable was sometimes used without being initialized. This messed up the installation of the INSTALL file in some cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c1506d36..0da30e158 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
+ variable was sometimes used without being initialized. This
+ messed up the installation of the INSTALL file in some cases.
+
2006-10-11 Jim Meyering <jim@meyering.net>
* src/ls.c (usage): Correct description of -s, --size.