aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Woodruff2015-08-16 23:41:28 -0400
committerMisty De Meo2015-08-21 11:02:33 -0700
commit56795ec1ed4f32d770afb50f65fc7e4e007e42f9 (patch)
tree8e317924ac01cd1d938081b2115afe27b1a9dc34
parentf108d204f7e43cfd7db5c109f961a89f79efc289 (diff)
downloadbrew-56795ec1ed4f32d770afb50f65fc7e4e007e42f9.tar.bz2
Call check_xcode check for CLT, too
-rw-r--r--Library/Homebrew/cmd/install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index 41628b435..28db34daf 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -159,7 +159,7 @@ module Homebrew
def perform_preinstall_checks
check_ppc
check_writable_install_location
- check_xcode if MacOS::Xcode.installed?
+ check_xcode if MacOS.has_apple_developer_tools?
check_cellar
end