Skip to content

Commit f444356

Browse files
miss-islingtonzooba
authored andcommitted
bpo-31609: Fixes quotes in PCbuild/clean.bat (GH-4280) (#4285)
(cherry picked from commit aed0856)
1 parent 40708cc commit f444356

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixes quotes in PCbuild/clean.bat

PCbuild/clean.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
rem A batch program to clean a particular configuration,
33
rem just for convenience.
44

5-
call %~dp0build.bat -t Clean %*
5+
call "%~dp0build.bat" -t Clean %*

0 commit comments

Comments
 (0)