summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-08 21:22:40 +0000
committerJim Meyering <jim@meyering.net>2003-03-08 21:22:40 +0000
commit5a7ffbd8f95e1030ada3a329a75d1b706e90153c (patch)
tree769ff1b7ca9025a0bf4da3134b18fc2245873b4a /ChangeLog
parentcf79b808df0cf1fb1a2ad626789c811a4f11cae7 (diff)
downloadcoreutils-5a7ffbd8f95e1030ada3a329a75d1b706e90153c.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f6cfb7a1..19bb02202 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.