summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-24 08:27:35 +0000
committerJim Meyering <jim@meyering.net>2002-07-24 08:27:35 +0000
commitce7a9483a9dacff1748300c3de85437ae2aca92f (patch)
tree7ffef4eb397b24aa73c6a7437cab009b100f9f88 /old
parentbe7f1936bd8a37da5116bfc21e6fe269043a3cf2 (diff)
downloadcoreutils-ce7a9483a9dacff1748300c3de85437ae2aca92f.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog11
1 files changed, 4 insertions, 7 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 8f4d49179..8fde173a2 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-24 Jim Meyering <meyering@lucent.com>
+
+ * src/Makefile.am (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Exempt false.
+
2002-07-20 Jim Meyering <meyering@lucent.com>
* Version 2.0.13.
@@ -7,13 +11,6 @@
(EXTRA_DIST): Add priv-check.
* tests/priv-check: New file.
- * src/Makefile.am (false.c): Convert only the final EXIT_SUCCESS
- into EXIT_FAILURE. Otherwise, false --help and false --version
- would fail.
-
- * src/true.c (main): Add an explicit `exit (EXIT_SUCCESS);'
- for --version, rather than falling through.
-
* Upgrade to gettext-0.11.3.
* Upgrade to autoconf-2.53b.