.
authorJim Meyering <jim@meyering.net>
Sat, 20 Jul 2002 15:29:25 +0000 (15:29 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 20 Jul 2002 15:29:25 +0000 (15:29 +0000)
old/sh-utils/ChangeLog

index f734cee68eba092d9a57217658194fe8adf59b60..2fbedbdc37cee3cbc0c54faf141c9b11b6a73a7b 100644 (file)
@@ -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.