From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 5 Nov 2017 00:25:09 +0000 (-0700) Subject: bpo-31609: Fixes quotes in PCbuild/clean.bat (GH-4280) (#4285) X-Git-Tag: v3.6.4rc1~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4443562345130c991fded3dc3b02b94aee0f362;p=python bpo-31609: Fixes quotes in PCbuild/clean.bat (GH-4280) (#4285) (cherry picked from commit aed08562220974b5c67371b908f23caa1be07e38) --- 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 index 0000000000..0e950e32a1 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2017-11-04-15-35-08.bpo-31609.k7_nBR.rst @@ -0,0 +1 @@ +Fixes quotes in PCbuild/clean.bat diff --git a/PCbuild/clean.bat b/PCbuild/clean.bat index 6144c715f6..d75198ae55 100644 --- a/PCbuild/clean.bat +++ b/PCbuild/clean.bat @@ -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 %*