Skip to content
Snippets Groups Projects
Commit 5582ca25 authored by Charlie Sharpsteen's avatar Charlie Sharpsteen
Browse files

Revert "ENV.rb: Always return integers from make_jobs"

This reverts commit ea1a9e603abe3dab90bf5b157d2614cf58e2cc8e.

Argh. Unrelated PySide changes slipped in.
parent 52834b86
No related branches found
No related tags found
No related merge requests found
......@@ -432,7 +432,7 @@ Please take one of the following actions:
def make_jobs
# '-j' requires a positive integral argument
if self['HOMEBREW_MAKE_JOBS'].to_i > 0
self['HOMEBREW_MAKE_JOBS'].to_i
self['HOMEBREW_MAKE_JOBS']
else
Hardware.processor_count
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment