scrut(1): changed return status 0 to EXIT_SUCCESS #98
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "scrut-sysexits"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #78
I added some small additional fixes to this branch.
return 0
toreturn EXIT_SUCCESS
, which was good, butreturn 1
was still present, so I changed it toreturn EXIT_FAILURE
.<sysexits.h>
some particularities with its inclusion were lost - I only include<sysexits.h>
, which is technically non-portable, when the definitions being used aren't already present.I also merged the branch
main
into this one; there were no conflicts. Please review my changes and let me know what you think. I would have made comments but they seemed small and unopinionated.Merged.
Pull request closed