Remove the patch from the cache after applying it

This commit is contained in:
Jack Nagel 2014-07-19 21:52:22 -05:00
parent 01be861deb
commit d706bcf153

View File

@ -79,6 +79,8 @@ ARGV.named.each do |arg|
rescue ErrorDuringExecution
system 'git', 'am', '--abort'
odie 'Patch failed to apply: aborted.'
ensure
patchpath.unlink
end
changed_formulae = []