From 5f41878bc6b7a52d9d9a69191658e81a85629c22 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 19 Dec 2016 17:24:52 +0000 Subject: [PATCH] help2man: use ENV.deparallelize. --- Formula/help2man.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/help2man.rb b/Formula/help2man.rb index eace89ac78..2c134c4827 100644 --- a/Formula/help2man.rb +++ b/Formula/help2man.rb @@ -16,7 +16,7 @@ class Help2man < Formula def install # install is not parallel safe # see https://github.com/Homebrew/homebrew/issues/12609 - ENV.j1 + ENV.deparallelize system "./configure", "--prefix=#{prefix}" system "make", "install"