cleanup: don't remove old incomplete files twice.

This commit is contained in:
Mike McQuaid 2013-03-02 08:56:58 +00:00
parent af7f7d7353
commit c8335d9c46

View File

@ -77,10 +77,6 @@ module Homebrew extend self
end
end
end
if pn.basename.to_s.split('.').last == 'incomplete'
puts "Removing #{pn}..."
rm pn unless ARGV.dry_run?
end
end
end