From ca2c201fb313c21412a2f4db90ade57977712e91 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 13 Nov 2014 04:13:43 +0000 Subject: [PATCH] doctor: option depreciation I presume this needs to change to reflect Homebrew/homebrew#34147? Closes Homebrew/homebrew#34151. Signed-off-by: Mike McQuaid --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index a72ce689f5..8cb729dd10 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -1043,7 +1043,7 @@ def check_for_non_prefixed_coreutils end def check_for_non_prefixed_findutils - default_names = Tab.for_name('findutils').include? 'default-names' + default_names = Tab.for_name('findutils').with? "default-names" if default_names then <<-EOS.undent Putting non-prefixed findutils in your path can cause python builds to fail. EOS