Skip to content

Commit

Permalink
openssl: remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Aug 20, 2013
1 parent 42e1931 commit ff182a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/openssl.rb
Expand Up @@ -25,7 +25,7 @@ def install

system "perl", *args

ENV.deparallelize # Parallel compilation fails
ENV.deparallelize
system "make"
system "make", "test"
system "make", "install", "MANDIR=#{man}", "MANSUFFIX=ssl"
Expand Down

0 comments on commit ff182a8

Please sign in to comment.