Tab#write always overwrites, no need to unlink

This commit is contained in:
Jack Nagel 2014-03-26 16:07:49 -05:00
parent e5fbc9c92e
commit 976bf3f60b

View File

@ -174,7 +174,6 @@ class FormulaInstaller
stdlibs = Keg.new(f.prefix).detect_cxx_stdlibs :skip_executables => true stdlibs = Keg.new(f.prefix).detect_cxx_stdlibs :skip_executables => true
tab = Tab.for_keg f.prefix tab = Tab.for_keg f.prefix
tab.poured_from_bottle = true tab.poured_from_bottle = true
tab.tabfile.delete if tab.tabfile
tab.write tab.write
end end
rescue => e rescue => e