Have brew-doctor refer to the correct LLVM/GCC env variables

The HOMEBREW_(LLVM|GCC) variables mentioned in brew-doctor's
`check_cc_symlink` method are actually named HOMEBREW_USE_(LLVM|GCC)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Markus Prinz 2011-03-06 12:36:48 +01:00 committed by Adam Vandenberg
parent 2a5f757816
commit afa5d95bb4

View File

@ -144,10 +144,10 @@ def check_cc_symlink
This bypasses LLVM checks, and some formulae may mysteriously fail to work.
You may want to change /usr/bin/cc to point back at gcc.
To force Homebrew to use LLVM, you can set the "HOMEBREW_LLVM" environmental
To force Homebrew to use LLVM, you can set the "HOMEBREW_USE_LLVM" environmental
variable, or pass "--use-llvm" to "brew install".
To force Homebrew to use gcc, you can set the "HOMEBREW_GCC" environmental
To force Homebrew to use gcc, you can set the "HOMEBREW_USE_GCC" environmental
variable, or pass "--use-gcc" to "brew install".
EOS