Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENV.rb: Always return integers from make_jobs
When referencing `Hardware.processor_count`, `ENV.make_jobs` will return an integer. If referencing the environment variable `HOMEBREW_MAKE_JOBS`, it returned a string. Now, the function always returns an integer. Fixes Homebrew#12033.
- Loading branch information