aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-07-29 21:50:24 -0500
committerJack Nagel2014-07-29 21:54:32 -0500
commitba4a4e41034be1bde963defa09c295aeabdf2d9c (patch)
tree5b46c3794feb1ac84a811646bdbf0587f8f7cf46
parente18faa7557a26b4d6deedbbfc7fd07ba5df70052 (diff)
downloadbrew-ba4a4e41034be1bde963defa09c295aeabdf2d9c.tar.bz2
Limit exposure of the options data structures
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 150146329..5070356e4 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -1006,7 +1006,7 @@ def check_for_non_prefixed_coreutils
end
def check_for_non_prefixed_findutils
- default_names = Tab.for_name('findutils').used_options.include? 'default-names'
+ default_names = Tab.for_name('findutils').include? 'default-names'
if default_names then <<-EOS.undent
Putting non-prefixed findutils in your path can cause python builds to fail.
EOS