summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/buildmsi.bat
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-06-10 19:58:42 (GMT)
committerGitHub <noreply@github.com>2017-06-10 19:58:42 (GMT)
commit6b6e68776663c0dda04b6a36609297728da2ae9e (patch)
tree893a56bd5943397b5c1a25c49d707d4000e7e5a4 /Tools/buildbot/buildmsi.bat
parent29fda8db16e0edab92841277fa223f844f5a92cc (diff)
downloadcpython-6b6e68776663c0dda04b6a36609297728da2ae9e.zip
cpython-6b6e68776663c0dda04b6a36609297728da2ae9e.tar.gz
cpython-6b6e68776663c0dda04b6a36609297728da2ae9e.tar.bz2
bpo-27425: Be more explicit in .gitattributes (GH-840)
Updates checked-in line endings on several files.
Diffstat (limited to 'Tools/buildbot/buildmsi.bat')
-rw-r--r--Tools/buildbot/buildmsi.bat16
1 files changed, 8 insertions, 8 deletions
diff --git a/Tools/buildbot/buildmsi.bat b/Tools/buildbot/buildmsi.bat
index e3c2dbd..6804d79 100644
--- a/Tools/buildbot/buildmsi.bat
+++ b/Tools/buildbot/buildmsi.bat
@@ -1,9 +1,9 @@
-@rem Used by the buildbot "buildmsi" step.
-setlocal
-
-pushd
-
-@rem build both snapshot MSIs
-call "%~dp0..\msi\build.bat" -x86 -x64
-
+@rem Used by the buildbot "buildmsi" step.
+setlocal
+
+pushd
+
+@rem build both snapshot MSIs
+call "%~dp0..\msi\build.bat" -x86 -x64
+
popd \ No newline at end of file