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:
c3c1ee6
)
(false.c): Change all occurrences of `(EXIT_SUCCESS)' to `(EXIT_FAILURE)'.
author
Jim Meyering
<jim@meyering.net>
Wed, 2 Apr 2003 07:21:40 +0000
(07:21 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 2 Apr 2003 07:21:40 +0000
(07:21 +0000)
Reported by Paul Jarc,
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index 1d1fcaf80e379b4a59267cf4fccebd6559054895..815980e179442b6378febd9e9eb0a07335d38329 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-178,7
+178,7
@@
false.c: true.c
sed \
-e s/true/false/g \
-e s/success/failure/g \
- -e 's/
^ exit (EXIT_SUCCESS/ exit (EXIT_FAILURE
/g' \
+ -e 's/
(EXIT_SUCCESS)/(EXIT_FAILURE)
/g' \
$(srcdir)/true.c > $@-t
chmod a-w $@-t
mv $@-t $@