projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
334294f
)
.
author
Jim Meyering
<jim@meyering.net>
Sat, 20 Jul 2002 15:29:25 +0000
(15:29 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 20 Jul 2002 15:29:25 +0000
(15:29 +0000)
old/sh-utils/ChangeLog
patch
|
blob
|
history
diff --git
a/old/sh-utils/ChangeLog
b/old/sh-utils/ChangeLog
index f734cee68eba092d9a57217658194fe8adf59b60..2fbedbdc37cee3cbc0c54faf141c9b11b6a73a7b 100644
(file)
--- 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.