Skip to content

Commit aed0856

Browse files
authored
bpo-31609: Fixes quotes in PCbuild/clean.bat (python#4280)
1 parent 0d2a908 commit aed0856

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)