diff options
| author | Michael Forney <mforney@mforney.org> | 2022-10-30 15:31:37 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-10-30 15:31:37 -0700 |
| commit | 4d42d8a3eb459fa124dc7090a6dffe1e5d46c491 (patch) | |
| tree | 3df0eab8c798d6d55595d9ebb926db1ddde24079 /scripts/fetch-curl.sh | |
| parent | 9efcfba5d4c95dead994ee57cfa249e553c304e2 (diff) | |
Only apply patches ending in .patch
This way you can rename them to skip application.
Diffstat (limited to 'scripts/fetch-curl.sh')
| -rw-r--r-- | scripts/fetch-curl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetch-curl.sh b/scripts/fetch-curl.sh index a6d5af57..16cb88d7 100644 --- a/scripts/fetch-curl.sh +++ b/scripts/fetch-curl.sh @@ -24,5 +24,5 @@ while read -r _ archive ; do done <sha256 if [ -d patch ] ; then - git apply -v --whitespace=nowarn --directory "$dir/src" patch/* + git apply -v --whitespace=nowarn --directory "$dir/src" patch/*.patch fi |
