From f0b6f6853a86a102761907ded21c3ceca5be577f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 10 Mar 2011 09:25:58 -0800 Subject: [PATCH] Silence cleanup warning When a cellar exists for an unknown formula, no longer print a warning. External tools using Brew to manage diy-installs will create a large number of non-formula cellars. --- Library/Homebrew/cmd/cleanup.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/cmd/cleanup.rb b/Library/Homebrew/cmd/cleanup.rb index f5e4637ec5..7c6505cc7f 100644 --- a/Library/Homebrew/cmd/cleanup.rb +++ b/Library/Homebrew/cmd/cleanup.rb @@ -8,7 +8,6 @@ module Homebrew extend self begin cleanup_formula rack.basename.to_s if rack.directory? rescue FormulaUnavailableError => e - opoo "Formula not found for #{e.name}" end end # seems like a good time to do some additional cleanup