aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-20 21:05:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-20 21:05:28 +0200
commitf7283ae8cb5bdb7f25b1fc5d9e929297e9d267c6 (patch)
tree504e1aa7dc5aa338fbbb1cf03c54cd18dcd11739 /etc
parent08557c886a985d2753ae3aa8ab212422e0946e51 (diff)
Add blank line before batch file label
This seems to make a difference if we use UNIX newlines.
Diffstat (limited to 'etc')
-rw-r--r--etc/bootstrap/bbot-bootstrap-mingw.bat1
-rw-r--r--etc/bootstrap/bbot-bootstrap-msvc-14.bat1
-rw-r--r--etc/bootstrap/bbot-bootstrap-msvc-15.bat1
3 files changed, 3 insertions, 0 deletions
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"