mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
vim-patch.sh: delete *.orig files
This commit is contained in:
parent
e69a71427c
commit
b67ce84c45
@ -235,6 +235,7 @@ stage_patch() {
|
||||
else
|
||||
printf "\nApplying patch...\n"
|
||||
patch -p1 < "${patch_file}" || true
|
||||
find -name '*.orig' -type f -delete
|
||||
fi
|
||||
printf "\nInstructions:\n Proceed to port the patch.\n"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user