summaryrefslogtreecommitdiff
path: root/Tools/buildbot/buildmsi.bat
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-04-13 12:11:40 -0500
committerZachary Ware <zachary.ware@gmail.com>2015-04-13 12:11:40 -0500
commit2430f2ce58be57e7a1459501dca20e6f01773039 (patch)
tree01cd10d4977045e06a2f05a85ff615573105b023 /Tools/buildbot/buildmsi.bat
parent023f0a42831146aad5f64979183511ca4792a3e4 (diff)
parent2343b1bb9f828643bc9f2a08dcaa95d6b4ca55b7 (diff)
downloadcpython-2430f2ce58be57e7a1459501dca20e6f01773039.tar.gz
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 6804d79479..e3c2dbd73d 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