Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Library/Homebrew/cmd/doctor.rb has a character that breaks the parser #10962

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/doctor.rb
Expand Up @@ -220,7 +220,7 @@ def check_cc
You have no /usr/bin/cc.
This means you probably can't build *anything*. You need to install the CLI
Tools for Xcode. You can either download this from http://connect.apple.com/
or install them from inside Xcodes preferences. Homebrew does not require
or install them from inside Xcode's preferences. Homebrew does not require
all of Xcode! You only need the CLI tools package!
EOS
end
Expand Down