diff options
| author | Mike McQuaid | 2013-11-05 14:32:02 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2013-11-05 14:32:02 +0000 | 
| commit | 9268c4b443f5177d69882543003ed907f28f9bbd (patch) | |
| tree | 56e2cb5735335e9976c5495d4c294a82bbe7ca97 | |
| parent | 8f718d658896a0896927c7b4873af0228ea2a5c4 (diff) | |
| download | homebrew-9268c4b443f5177d69882543003ed907f28f9bbd.tar.bz2 | |
Update CLT link.
| -rwxr-xr-x | install | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -184,7 +184,7 @@ warn "#{HOMEBREW_PREFIX}/bin is not in your PATH." unless ENV['PATH'].split(':')  if macos_version < "10.9" and macos_version > "10.6"    `/usr/bin/cc --version 2> /dev/null` =~ %r[clang-(\d{2,})]    version = $1.to_i -  warn %{Install the "Command Line Tools for Xcode": http://connect.apple.com} if version < 425 +  warn %{Install the "Command Line Tools for Xcode": https://developer.apple.com/downloads/} if version < 425  else    warn "Now install Xcode: https://developer.apple.com/xcode/" unless File.exist? "/usr/bin/cc"  end | 
