Opened 14 years ago
Closed 14 years ago
#409 closed enhancement (fixed)
use EXIT_FAILURE and EXIT_SUCCESS
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | trivial | Milestone: | svndigest 0.8 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
In practice it means that we return 0 on success (just as before) and on failure we return 1 rather than -1 (aka 255). Returning 1 on failure seems more standard http://www.gnu.org/software/hello/manual/libc/Exit-Status.html
Change History (2)
comment:1 Changed 14 years ago by
Owner: | changed from Jari Häkkinen to Peter Johansson |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [896]) fixes #409