Fix typos in changelog entry.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 31 Dec 2006 06:32:37 +0000 (06:32 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 31 Dec 2006 06:32:37 +0000 (06:32 +0000)
ChangeLog

index 8aa538b..4fec621 100644 (file)
--- 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