summaryrefslogtreecommitdiff
path: root/scripts/fetch-curl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fetch-curl.sh')
-rw-r--r--scripts/fetch-curl.sh2
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