aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-31 14:55:41 -0700
committerAdam Vandenberg2010-04-06 08:22:27 -0700
commit21aaf5d9ea4360408f60d754a26e29ad98575a0f (patch)
tree6fdf33f64a2e7f58ec7842ef2725a6c34991f63b /bin
parentdc30e941e782f551f9710df7d9088f08523dfc51 (diff)
downloadbrew-21aaf5d9ea4360408f60d754a26e29ad98575a0f.tar.bz2
Move brew doctor to its own source file; will get bigger.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/brew b/bin/brew
index 06960f44d..679c66cea 100755
--- a/bin/brew
+++ b/bin/brew
@@ -366,6 +366,7 @@ begin
onoe "Unknown command: #{arg} (did you mean 'git #{arg}'?)"
when 'doctor'
+ require 'brew_doctor'
brew_doctor
else