diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index d54e8238a..f6d5d8d4c 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -18,7 +18,6 @@ module Homebrew        exit      end -      if ARGV.named.empty?        slow_checks = %w[          check_for_broken_symlinks @@ -33,6 +32,7 @@ module Homebrew      first_warning = true      methods.each do |method| +      $stderr.puts "Checking #{method}" if ARGV.debug?        unless checks.respond_to?(method)          Homebrew.failed = true          puts "No check available by the name: #{method}"  | 
