mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-11-30 00:00:52 -05:00
* bootstrap.bat: [SV 67162] Use curl -L to follow redirects
This commit is contained in:
parent
6efbb37b7a
commit
f6f97956e4
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user