From 784e3b2dfd51252c26fd81d646484f334b9a4d01 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 10 Nov 2011 22:52:18 -0600 Subject: doctor: document curl/terminal width issue Signed-off-by: Jack Nagel --- Library/Homebrew/cmd/doctor.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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. -- cgit v1.2.3