From 3f3d1c0437fd3dfe1cb11fc622d317daa004ea2a Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 18 Mar 2019 14:11:47 -0400 Subject: Rename and refactor diff_patch_file() The previous function, diff_patch_file, was more error-prone and fragile and did not take into consideration patching of more than one file at a time(!). --- libs/project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/project') diff --git a/libs/project b/libs/project index f90b368e..70a76d71 100755 --- a/libs/project +++ b/libs/project @@ -531,7 +531,7 @@ project_sources_prepare_patch() { local patches_path="$project_path/$PATCHES" for patch in "$patches_path"/[!.]*.@(patch|diff); do - diff_patch_file "$sources_path" "$patch" + diff_patch "$sources_path" "$patch" done } -- cgit v1.2.3-70-g09d2