diff options
| author | Jack Nagel | 2015-01-12 21:26:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-01-12 21:26:18 -0500 |
| commit | 9ff211f212065a189eeaf858bcd4290b65500d8a (patch) | |
| tree | 62837ef95fe03e70ec8a4c3959b286d0bcf53cb2 /Library | |
| parent | 7a49c143e4e44a280c7625404d8f84bab5677d88 (diff) | |
| download | brew-9ff211f212065a189eeaf858bcd4290b65500d8a.tar.bz2 | |
doctor: remove incorrect statement from HOMEBREW_LOGS check
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 178bcbaee..f0da9af3c 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -452,11 +452,7 @@ def check_access_logs if HOMEBREW_LOGS.exist? and not HOMEBREW_LOGS.writable_real? <<-EOS.undent #{HOMEBREW_LOGS} isn't writable. - This can happen if you "sudo make install" software that isn't managed - by Homebrew. - Homebrew writes debugging logs to this location. - You should probably `chown` #{HOMEBREW_LOGS} EOS end |
