From f7283ae8cb5bdb7f25b1fc5d9e929297e9d267c6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 Jul 2017 21:05:28 +0200 Subject: Add blank line before batch file label This seems to make a difference if we use UNIX newlines. --- etc/bootstrap/bbot-bootstrap-mingw.bat | 1 + etc/bootstrap/bbot-bootstrap-msvc-14.bat | 1 + etc/bootstrap/bbot-bootstrap-msvc-15.bat | 1 + 3 files changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/bootstrap/bbot-bootstrap-mingw.bat b/etc/bootstrap/bbot-bootstrap-mingw.bat index ac39fdf..b64d977 100644 --- a/etc/bootstrap/bbot-bootstrap-mingw.bat +++ b/etc/bootstrap/bbot-bootstrap-mingw.bat @@ -57,6 +57,7 @@ cd %BUILD%\bootstrap @rem to digest. And if we start before that happens, we will be hanging @rem forever. @rem + :restart curl -s -S -O --connect-timeout 5 --max-time 60^ "tftp://%tftp%/build2-baseutils-x86_64-windows.zip" diff --git a/etc/bootstrap/bbot-bootstrap-msvc-14.bat b/etc/bootstrap/bbot-bootstrap-msvc-14.bat index d52831e..ec63994 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-14.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-14.bat @@ -67,6 +67,7 @@ cd %BUILD%\bootstrap @rem to digest. And if we start before that happens, we will be hanging @rem forever. @rem + :restart curl -s -S -O --connect-timeout 5 --max-time 60^ "tftp://%tftp%/build2-baseutils-x86_64-windows.zip" diff --git a/etc/bootstrap/bbot-bootstrap-msvc-15.bat b/etc/bootstrap/bbot-bootstrap-msvc-15.bat index 4818d09..b33e990 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-15.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-15.bat @@ -65,6 +65,7 @@ cd %BUILD%\bootstrap @rem to digest. And if we start before that happens, we will be hanging @rem forever. @rem + :restart curl -s -S -O --connect-timeout 5 --max-time 60^ "tftp://%tftp%/build2-baseutils-x86_64-windows.zip" -- cgit v1.1