aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 6c4dc4d43..01632d66b 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -798,6 +798,7 @@ def check_git_version
end
def check_terminal_width
+ # http://sourceforge.net/tracker/?func=detail&atid=100976&aid=3435710&group_id=976
if `tput cols`.chomp.to_i > 262
puts <<-EOS.undent
Your terminal width is greater than 262 columns.