aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2015-01-12 21:26:18 -0500
committerJack Nagel2015-01-12 21:26:18 -0500
commite9ae8fe4c9a9069bc71dc0b8e016691fc4a7f10b (patch)
treeb2f93638d258afe7c7909e5f9ebd735d0f8a1652
parentbdd06aa23f8612a9f85e8fd2017e1d9762014817 (diff)
downloadhomebrew-e9ae8fe4c9a9069bc71dc0b8e016691fc4a7f10b.tar.bz2
doctor: remove incorrect statement from HOMEBREW_LOGS check
-rw-r--r--Library/Homebrew/cmd/doctor.rb4
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