From 0b309aeb2b098108ecf763eacbd64923c3ae8359 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 31 Mar 2010 15:09:03 -0700 Subject: [PATCH] Stubs for more checks. --- Library/Homebrew/brew_doctor.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Library/Homebrew/brew_doctor.rb b/Library/Homebrew/brew_doctor.rb index 5da4949455..faba678bf7 100644 --- a/Library/Homebrew/brew_doctor.rb +++ b/Library/Homebrew/brew_doctor.rb @@ -44,6 +44,15 @@ def check_gcc_versions end end +def check_share_locale +end + +def check_usr_bin_ruby +end + +def check_homebrew_prefix +end + def brew_doctor read, write = IO.pipe