aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
diff options
context:
space:
mode:
authorMisty De Meo2014-06-03 22:49:51 -0700
committerMisty De Meo2014-06-03 22:50:37 -0700
commit8cb980f7befd7c797b255ac05e9df245c94eb700 (patch)
treea177fd9ad50274eea55ef2fa1cb35daebf0a83e6 /Library/Homebrew/cmd/install.rb
parent3df975897c3efa5a508f23b05da398b9cade8664 (diff)
downloadbrew-8cb980f7befd7c797b255ac05e9df245c94eb700.tar.bz2
doctor: Add check for install_name_tool
Closes Homebrew/homebrew#29593.
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
-rw-r--r--Library/Homebrew/cmd/install.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index cf652b17a..55385154d 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -55,6 +55,7 @@ module Homebrew extend self
check_for_installed_developer_tools
check_xcode_license_approved
check_for_osx_gcc_installer
+ check_for_bad_install_name_tool
].each do |check|
out = checks.send(check)
opoo out unless out.nil?