diff options
| author | Misty De Meo | 2012-12-19 21:15:11 -0600 |
|---|---|---|
| committer | Misty De Meo | 2012-12-19 21:15:11 -0600 |
| commit | 998827aa4b501014c7181f243d023cfa49b51cbc (patch) | |
| tree | ca999137c036ca6c78b52fb028d9661c94d09be9 | |
| parent | fa8bede1ff3b07797fb3bd3bc62495c00f264b95 (diff) | |
| download | homebrew-998827aa4b501014c7181f243d023cfa49b51cbc.tar.bz2 | |
Change Xcode URL
| -rw-r--r-- | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ end warn "#{HOMEBREW_PREFIX}/bin is not in your PATH." unless ENV['PATH'].split(':').include? "#{HOMEBREW_PREFIX}/bin" if macos_version < 10.7 - warn "Now install Xcode: https://developer.apple.com/xcode/" unless File.exist? "/usr/bin/cc" + warn "Now install Xcode: https://connect.apple.com/" unless File.exist? "/usr/bin/cc" else `/usr/bin/cc --version 2> /dev/null` =~ %r{tags/Apple/clang-(\d+)} version = $1.to_i |
