Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxgrub: Remove redundant exit status checks
Callers of the function sys() don't need to check the return value, because sys() doesn't return at all if the external command fails. Remove `and exit 1` after sys(). Closes #52
- Loading branch information