mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch.sh: Pass directory name to find (#8830)
BSD/Mac find requires directory names before arguments.
This commit is contained in:
parent
d581398779
commit
c7efc6047d
@ -244,7 +244,7 @@ stage_patch() {
|
||||
else
|
||||
printf "\nApplying patch...\n"
|
||||
patch -p1 < "${patch_file}" || true
|
||||
find -name '*.orig' -type f -delete
|
||||
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