]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(usage): Use EXIT_SUCCESS, not 0, for clarity.
authorJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 22:59:14 +0000 (22:59 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 22:59:14 +0000 (22:59 +0000)
commit72cdc805d94f83d5deed1fa8cde588b41b208f98
tree2abc39005314893e545972319aee2dd6241aff48
parent02e20fbfea39810a380d2a1c94129c0fcb050d37
(usage): Use EXIT_SUCCESS, not 0, for clarity.
(main): Initialize exit_failure to EXIT_FAIL.
(main): Use initialize_exit_failure rather than
setting exit_failure directly; this optimizes away redundant
assignments.
(main): Use EXIT_ENOENT and EXIT_CANNOT_INVOKE
rather than roll-your-own symbols or integers.
(main): Exit with status 1, not 2, on errors detected by env proper.
src/env.c