From 9bce115e9a0f2c4b5759073e03ef8f6d4f749850 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 27 Sep 2011 23:32:22 -0500 Subject: [PATCH] doctor: remove redundant sentence Signed-off-by: Jack Nagel --- Library/Homebrew/cmd/doctor.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index cad145b5e7..919ab83ad5 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -313,7 +313,6 @@ end def check_homebrew_prefix unless HOMEBREW_PREFIX.to_s == '/usr/local' puts <<-EOS.undent - You can install Homebrew anywhere you want, but some brews may only work You can install Homebrew anywhere you want, but some brews may only build correctly if you install to /usr/local.