Searched refs:patch_file_src (Results 1 – 1 of 1) sorted by relevance
55 patch_file_src=$(grep --files-with-matches -R "diff --git a/$src_file" "$ANDROID_PATCHES_DIR")62 src_file_check=$(cat "$patch_file_src" | grep "diff --git a/" | sed -e "s:diff --git a\/::g" | sed …65 if ! [[ -f $patch_file_src ]]; then66 echo "Patch file $patch_file_src does not exist." >&270 if ! cat "$patch_file_src" | grep "diff --git a/" > /dev/null; then71 echo "File $patch_file_src is not a valid diff file" >&290 patch --quiet "$(basename "$dst_file")" "$patch_file_src"