aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2012-10-06 13:19:05 -0500
committerJack Nagel2012-10-06 13:20:19 -0500
commit60b8a5792b83dbb0272976c0a0723c60efdd68f0 (patch)
tree0e1949f94c139aadfa7c61e2762655c557732455 /Library/Homebrew
parentf40c9911d4a36b0d726ce7f234f169a9d0bccbd6 (diff)
downloadhomebrew-60b8a5792b83dbb0272976c0a0723c60efdd68f0.tar.bz2
Advise `brew update` before filing issues about compiler versions
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/macos.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/macos.rb b/Library/Homebrew/macos.rb
index 95bdfedda..41af869a8 100644
--- a/Library/Homebrew/macos.rb
+++ b/Library/Homebrew/macos.rb
@@ -200,7 +200,8 @@ module MacOS extend self
unless StandardCompilers.keys.include? xcode
onoe <<-EOS.undent
Homebrew doesn't know what compiler versions ship with your version of
- Xcode. Please file an issue with the output of `brew --config`:
+ Xcode. Please `brew update` and if that doesn't help, file an issue with
+ the output of `brew --config`:
https://github.com/mxcl/homebrew/issues
Thanks!