mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +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)
|
||||
|
||||
if test -n "$try_apply" ; then
|
||||
if ! check_executable patch; then
|
||||
if ! check_executable patch; then
|
||||
printf "\n"
|
||||
msg_err "'patch' command not found\n"
|
||||
else
|
||||
|
Reference in New Issue
Block a user