aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2015-07-12 04:31:37 +0100
committerDominyk Tiller2015-07-13 20:49:36 +0100
commitb1caa4c44bc60dc0c7f928aa62d215a2d8626551 (patch)
tree2d4bebe538e5c97ed99b268491dc31d6fb7ff5c2
parent52de5aa9847d700b63c70ec75c1a98dc848c43e4 (diff)
downloadbrew-b1caa4c44bc60dc0c7f928aa62d215a2d8626551.tar.bz2
formula_cellar_checks: remove openssl expectation
-rw-r--r--Library/Homebrew/formula_cellar_checks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb
index fe2df3140..771fa79cf 100644
--- a/Library/Homebrew/formula_cellar_checks.rb
+++ b/Library/Homebrew/formula_cellar_checks.rb
@@ -104,7 +104,7 @@ module FormulaCellarChecks
end
def check_shadowed_headers
- ["libtool", "subversion", "berkeley-db", "openssl"].each do |formula_name|
+ ["libtool", "subversion", "berkeley-db"].each do |formula_name|
return if formula.name.start_with?(formula_name)
end