From 976bf3f60b9887cab6dd2b3e1ef5a8236299ad16 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 26 Mar 2014 16:07:49 -0500 Subject: [PATCH] Tab#write always overwrites, no need to unlink --- Library/Homebrew/formula_installer.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index edca4e94fe..b38c44687c 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -174,7 +174,6 @@ class FormulaInstaller stdlibs = Keg.new(f.prefix).detect_cxx_stdlibs :skip_executables => true tab = Tab.for_keg f.prefix tab.poured_from_bottle = true - tab.tabfile.delete if tab.tabfile tab.write end rescue => e