]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Use EXIT_FAILURE and EXIT_SUCCESS.
authorJim Meyering <jim@meyering.net>
Fri, 21 Jul 1995 04:45:40 +0000 (04:45 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 21 Jul 1995 04:45:40 +0000 (04:45 +0000)
commit855741c7cbe860b5aa295bbfad34bc0a256bc55d
tree39c32cd444232b4f14b90abad83da556195cb6df
parentd58bdcd4fa4a1bdcd52118e99850f32a4ecc2268
Use EXIT_FAILURE and EXIT_SUCCESS.
(main): Report an error if md5_stream fails.  Otherwise, running
`md5sum dir-on-mounted-filesystem' always reported the checksum
for an empty file.  Now it gets the `is a directory' error.
Greg McGary reported that the released version got stuck in an
infinite loop with such arguments.
src/md5sum.c