mirror of https://github.com/python/cpython
bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280)
This commit is contained in:
parent
0d2a9088d1
commit
aed0856222
|
@ -0,0 +1 @@
|
||||||
|
Fixes quotes in PCbuild/clean.bat
|
|
@ -2,4 +2,4 @@
|
||||||
rem A batch program to clean a particular configuration,
|
rem A batch program to clean a particular configuration,
|
||||||
rem just for convenience.
|
rem just for convenience.
|
||||||
|
|
||||||
call %~dp0build.bat -t Clean %*
|
call "%~dp0build.bat" -t Clean %*
|
||||||
|
|
Loading…
Reference in New Issue