From: Jim Meyering Date: Fri, 18 Jul 2003 08:12:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=429c70029c3bb68aef6892c3f2c9fb495ec56c56;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 7fd7692701..4d55bd6ecc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 5.0.90. + * tests/help-version (--help/--version vs. /dev/full): Special-case + `[' to protect it from expected_failure_status-`eval'. + * src/uniq.c (writeline): Use a SPACE, not a TAB between the count and the corresponding line, as required by POSIX. Reported by Clement Wang.