diff options
-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. |