Remove the patch from the cache after applying it
This commit is contained in:
parent
01be861deb
commit
d706bcf153
@ -79,6 +79,8 @@ ARGV.named.each do |arg|
|
|||||||
rescue ErrorDuringExecution
|
rescue ErrorDuringExecution
|
||||||
system 'git', 'am', '--abort'
|
system 'git', 'am', '--abort'
|
||||||
odie 'Patch failed to apply: aborted.'
|
odie 'Patch failed to apply: aborted.'
|
||||||
|
ensure
|
||||||
|
patchpath.unlink
|
||||||
end
|
end
|
||||||
|
|
||||||
changed_formulae = []
|
changed_formulae = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user