aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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