From: Jim Meyering Date: Sat, 20 Jul 2002 15:29:25 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-2_0_22~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b24b68996385aa21d50c3079ddd86999f93bd091;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index f734cee68e..2fbedbdc37 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.