summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/buildmsi.bat
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-04-13 17:11:40 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-04-13 17:11:40 (GMT)
commit774ac377daf0da8eaddc578d883cd2002cb7a6a4 (patch)
tree1f7931b0ce49dd62621846ba61ccf3f4280386bb /Tools/buildbot/buildmsi.bat
parent9c680b07285867844927871ddcbf60c93e786e1f (diff)
parent4c9c848159b63fac440c29ffc2b437e055d355cc (diff)
downloadcpython-774ac377daf0da8eaddc578d883cd2002cb7a6a4.zip
cpython-774ac377daf0da8eaddc578d883cd2002cb7a6a4.tar.gz
cpython-774ac377daf0da8eaddc578d883cd2002cb7a6a4.tar.bz2
Closes #17202: Merge with 3.4
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 6804d79..e3c2dbd 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