aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-08-20 12:11:58 -0500
committerJack Nagel2013-08-20 12:11:58 -0500
commitff182a8453fccc7bc969eb3c157437bf8fc6c35e (patch)
treef3e40eb73fe0b56ab6a3c57ac6a5f730bba496d1 /Library
parent42e193142e82798cfbe5becf3155d06937966f6b (diff)
downloadhomebrew-ff182a8453fccc7bc969eb3c157437bf8fc6c35e.tar.bz2
openssl: remove redundant comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/openssl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/openssl.rb b/Library/Formula/openssl.rb
index 565c23360..55ff21ca2 100644
--- a/Library/Formula/openssl.rb
+++ b/Library/Formula/openssl.rb
@@ -25,7 +25,7 @@ class Openssl < Formula
system "perl", *args
- ENV.deparallelize # Parallel compilation fails
+ ENV.deparallelize
system "make"
system "make", "test"
system "make", "install", "MANDIR=#{man}", "MANSUFFIX=ssl"