]> granicus.if.org Git - python/commitdiff
bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280)
authorSteve Dower <steve.dower@microsoft.com>
Sat, 4 Nov 2017 23:29:03 +0000 (16:29 -0700)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2017 23:29:03 +0000 (16:29 -0700)
Misc/NEWS.d/next/Build/2017-11-04-15-35-08.bpo-31609.k7_nBR.rst [new file with mode: 0644]
PCbuild/clean.bat

diff --git a/Misc/NEWS.d/next/Build/2017-11-04-15-35-08.bpo-31609.k7_nBR.rst b/Misc/NEWS.d/next/Build/2017-11-04-15-35-08.bpo-31609.k7_nBR.rst
new file mode 100644 (file)
index 0000000..0e950e3
--- /dev/null
@@ -0,0 +1 @@
+Fixes quotes in PCbuild/clean.bat
index 6144c715f64e43849e13de18221b2ae4aedd44e4..d75198ae55b96d249ca65ccd53f762b8c4281eab 100644 (file)
@@ -2,4 +2,4 @@
 rem A batch program to clean a particular configuration,
 rem just for convenience.
 
-call %~dp0build.bat -t Clean %*
+call "%~dp0build.bat" -t Clean %*