scrut(1): changed return status 0 to EXIT_SUCCESS #98

Closed
emma wants to merge 0 commits from scrut-sysexits into main
Owner

closes #78

closes #78
emma added the
enhancement
label 2024-04-25 22:48:19 +00:00
emma added 1 commit 2024-04-25 22:48:19 +00:00
emma requested review from trinity 2024-04-25 22:48:23 +00:00
trinity added 3 commits 2024-04-27 01:36:00 +00:00
trinity added 1 commit 2024-04-27 01:38:29 +00:00
Owner

I added some small additional fixes to this branch.

  • You changed return 0 to return EXIT_SUCCESS, which was good, but return 1 was still present, so I changed it to return EXIT_FAILURE.
  • I updated the copyright header to include you and bump my contributions to 2023-2024.
  • At one point when working with <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.

I added some small additional fixes to this branch. - You changed `return 0` to `return EXIT_SUCCESS`, which was good, but `return 1` was still present, so I changed it to `return EXIT_FAILURE`. - I updated the copyright header to include you and bump my contributions to 2023-2024. - At one point when working with `<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.
trinity approved these changes 2024-04-27 01:46:49 +00:00
trinity closed this pull request 2024-04-27 17:24:45 +00:00
Owner

Merged.

Merged.

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bonsai/coreutils#98
No description provided.