summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-20 15:29:25 +0000
committerJim Meyering <jim@meyering.net>2002-07-20 15:29:25 +0000
commitb24b68996385aa21d50c3079ddd86999f93bd091 (patch)
treeea229878ceb2e5635abeaea2fe612ee22732a410 /old/sh-utils
parent334294f09d9cd1d2018469df512b65fcc2801b61 (diff)
downloadcoreutils-b24b68996385aa21d50c3079ddd86999f93bd091.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index f734cee68..2fbedbdc3 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -2,6 +2,13 @@
* Version 2.0.13.
+ * 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.