mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11:49 +00:00
vim-patch.sh: delete *.orig files
This commit is contained in:
@@ -235,6 +235,7 @@ stage_patch() {
|
|||||||
echo "✔ ${output}" ||
|
echo "✔ ${output}" ||
|
||||||
(echo "✘ ${output}"; false)
|
(echo "✘ ${output}"; false)
|
||||||
|
|
||||||
|
if test -n "$try_apply" ; then
|
||||||
if ! check_executable patch; then
|
if ! check_executable patch; then
|
||||||
printf "\n✘ 'patch' command not found\n"
|
printf "\n✘ 'patch' command not found\n"
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user