aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/extend/ENV/super.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb
index 8c88cf79b..c2401602f 100644
--- a/Library/Homebrew/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/ENV/super.rb
@@ -263,7 +263,7 @@ module Superenv
alias_method :j1, :deparallelize
def make_jobs
- self["MAKEFLAGS"] =~ /-\w*j(\d)+/
+ self["MAKEFLAGS"] =~ /-\w*j(\d+)/
[$1.to_i, 1].max
end