aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-31 15:09:03 -0700
committerAdam Vandenberg2010-04-06 08:22:28 -0700
commit636b429b6e33d135b45a4aa82a8787c073ad401d (patch)
tree3fb38e632bbff68a8aa18b7aa28d4829c7f1751a /Library
parentff28073ee3cb09c495751b8389aeafb7059c44e4 (diff)
downloadhomebrew-636b429b6e33d135b45a4aa82a8787c073ad401d.tar.bz2
Stubs for more checks.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brew_doctor.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Homebrew/brew_doctor.rb b/Library/Homebrew/brew_doctor.rb
index 5da494945..faba678bf 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