changeset 7768:22b5aec86335

Fix typos in changelog entry.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 31 Dec 2006 06:32:37 +0000
parents 0339d0fb77b2
children 83801603af12
files ChangeLog
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
-	Rewrite so as not to assume GNU sort.  Also, don't assume
-	the C locale, and avoid an "eval" that could cause trouble.
+	Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
+	assume the C locale, and avoid an "eval" that could cause trouble.
+	Problem with SORT reported by Bob Proulx.
 
 	* lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
 	Define.  Trivial patch from Henning Nielsen Lund, originally