aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/doctor.rb
diff options
context:
space:
mode:
authorJack Nagel2014-04-15 11:37:20 -0500
committerJack Nagel2014-04-15 11:37:20 -0500
commit943884215b9255d62f8a018aaaf9248a0548ed15 (patch)
tree0fdbf35b64773f87c49c58b659ab9be2de590581 /Library/Homebrew/cmd/doctor.rb
parent3895241da989c9e0f0230ed1c1b5d07d9fb99126 (diff)
downloadhomebrew-943884215b9255d62f8a018aaaf9248a0548ed15.tar.bz2
Fix syntax error
Diffstat (limited to 'Library/Homebrew/cmd/doctor.rb')
-rw-r--r--Library/Homebrew/cmd/doctor.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 221a51533..3471bf1ee 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -1075,10 +1075,11 @@ end
# If the user installs Xcode-only, they have to approve the
# license or no "xc*" tool will work.
if `/usr/bin/xcrun clang 2>&1` =~ /license/ and not $?.success? then <<-EOS.undent
- You have not agreed to the Xcode license.
- Builds will fail! Agree to the license by opening Xcode.app or running:
- xcodebuild -license
- EOS
+ You have not agreed to the Xcode license.
+ Builds will fail! Agree to the license by opening Xcode.app or running:
+ xcodebuild -license
+ EOS
+ end
end
def check_for_latest_xquartz