Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setting error exit code when exec* errors (#65)
* setting error exit code when exec* errors otherwise when exec* would fail, its the error is indicated by errno however no appropriate exit code would be set and the overall subprocess would be marked as successful with exit code of 0 * exec* never returns so always exiting without checking return value * docs: add TODO to switch to abort()
- Loading branch information