From 9772e080332316237c31e95f8f2e902cec944790 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 2 Mar 2012 01:06:16 +0000 Subject: [PATCH] Specify current Xcode to aid issue-diagnosis I saw a ticket with just doctor output and no `brew --config`. This helps. --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index ac26bbd3e0..38515c5053 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -208,7 +208,7 @@ def check_for_latest_xcode else "4.3" end if MacOS.xcode_version < latest_xcode then <<-EOS.undent - Your Xcode version is outdated + You have Xcode-#{MacOS.xcode_version}, which is outdated. Please install Xcode #{latest_xcode}. EOS end