bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280)

This commit is contained in:
Steve Dower 2017-11-04 16:29:03 -07:00 committed by GitHub
parent 0d2a9088d1
commit aed0856222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Fixes quotes in PCbuild/clean.bat

View 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 %*