Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`exit` has higher precedence than `?:`, so `exit $has_errors ? 1 : 0` parses as `(exit $has_errors) ? 1 : 0`, which is not what was intended.
- Loading branch information