]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* bootstrap.bat: [SV 67162] Use curl -L to follow redirects
authorPaul Smith <psmith@gnu.org>
Wed, 27 Aug 2025 03:19:11 +0000 (23:19 -0400)
committerPaul Smith <psmith@gnu.org>
Wed, 27 Aug 2025 03:19:11 +0000 (23:19 -0400)
bootstrap.bat

index aa1bf48c7ee1fceefd6af6783b3c3a28174a3c7c..11cfb315a9ef0f50d6dffeca1bbabc78ac648f1e 100644 (file)
@@ -106,7 +106,7 @@ goto :EOF
 :Download
 if exist "%1\%2" goto :EOF
 echo - Downloading %1\%2
-curl -sS -o "%1\%2" "%gnuliburl%/%1/%2"
+curl -L -sS -o "%1\%2" "%gnuliburl%/%1/%2"
 if ERRORLEVEL 1 exit /b 1
 goto :EOF