]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(usage): Use EXIT_SUCCESS, not 0, for clarity.
authorJim Meyering <jim@meyering.net>
Thu, 22 Jan 2004 20:44:15 +0000 (20:44 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Jan 2004 20:44:15 +0000 (20:44 +0000)
commit57a460665c96d702f9133ee83d258b6f6f29fcf6
treee132505dfd995e8edf083069fc7acea559e8f3c7
parentbdb46518eecbe0ba40f4a548463c73dee76526ed
(usage): Use EXIT_SUCCESS, not 0, for clarity.
(main): Use initialize_exit_failure rather than setting
exit_failure directly; this optimizes away redundant assignments.

(PRINTENV_FAILURE): New constant.
(main): Exit with status PRINTENV_FAILURE, not EXIT_FAILURE, on
command-line syntax problems.
src/printenv.c