mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 23:22:39 +00:00
vim-patch.sh: Pass directory name to find (#8830)
BSD/Mac find requires directory names before arguments.
This commit is contained in:
committed by
Justin M. Keyes
parent
d581398779
commit
c7efc6047d
@@ -244,7 +244,7 @@ stage_patch() {
|
|||||||
(msg_err "${output}"; false)
|
(msg_err "${output}"; false)
|
||||||
|
|
||||||
if test -n "$try_apply" ; then
|
if test -n "$try_apply" ; then
|
||||||
if ! check_executable patch; then
|
if ! check_executable patch; then
|
||||||
printf "\n"
|
printf "\n"
|
||||||
msg_err "'patch' command not found\n"
|
msg_err "'patch' command not found\n"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user