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