From: Jim Meyering Date: Sat, 8 Mar 2003 21:22:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.10~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a7ffbd8f95e1030ada3a329a75d1b706e90153c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 6f6cfb7a1f..19bb022020 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * Version 4.5.10. + * tests/Makefile.am (evar-check): Check for POSIXLY_CORRECT not as a + shell variable, but only in the environment. With /bin/sh->bash, the + shell variable is set to `y', and that would cause a spurious warning. + Reported by Bob Proulx. + * tests/Makefile.am (check-root): Remove touch/fifo. It doesn't appear to have to be run as root.