MSYS2-packages/curl/0001-wcurl-force-cygwin-curl.patch
Christoph Reiter c82fd1224e
curl: Update to 8.14.0 (#5426)
wcurl got merged into curl
2025-05-28 09:36:29 +02:00

12 lines
415 B
Diff

--- curl-8.14.0/scripts/wcurl.orig 2025-05-28 07:41:50.000000000 +0200
+++ curl-8.14.0/scripts/wcurl 2025-05-28 09:19:04.876930400 +0200
@@ -179,7 +179,7 @@
# Execute curl with the list of URLs provided by the user.
exec_curl()
{
- CMD="curl "
+ CMD="/usr/bin/curl "
# Store version to check if it supports --no-clobber and --parallel.
curl_version=$($CMD --version | cut -f2 -d' ' | head -n1)