diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-20 15:29:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-20 15:29:25 +0000 |
commit | b24b68996385aa21d50c3079ddd86999f93bd091 (patch) | |
tree | ea229878ceb2e5635abeaea2fe612ee22732a410 | |
parent | 334294f09d9cd1d2018469df512b65fcc2801b61 (diff) | |
download | coreutils-b24b68996385aa21d50c3079ddd86999f93bd091.tar.xz |
.
-rw-r--r-- | old/sh-utils/ChangeLog | 7 |
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. |