Skip to content

Commit

Permalink
Remove unecessary check to not use 000x patches
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Feb 26, 2025
1 parent 2383289 commit 04479e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ git checkout ${T2_PATCHES_COMMIT_HASH}
while IFS= read -r file; do
echo "==> Adding ${file}"
cp -rfv "${file}" "${WORKING_PATH}"/patches/"${file##*/}"
done < <(find "${BUILD_PATH}/linux-mbp-arch" -type f -name "*.patch" | grep -vE '000[0-9]')
done < <(find "${BUILD_PATH}/linux-mbp-arch" -type f -name "*.patch")

0 comments on commit 04479e9

Please sign in to comment.