aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-26 16:07:49 -0500
committerJack Nagel2014-03-26 16:07:49 -0500
commit976bf3f60b9887cab6dd2b3e1ef5a8236299ad16 (patch)
treec127f3b8810e2a49e699af91022a9e65c9a01f9f /Library
parente5fbc9c92ee103d4fbff80d8e77d46fde2497502 (diff)
downloadbrew-976bf3f60b9887cab6dd2b3e1ef5a8236299ad16.tar.bz2
Tab#write always overwrites, no need to unlink
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index edca4e94f..b38c44687 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