bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280) · python/cpython@aed0856 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit aed0856

File tree

2 files changed

lines changed

2 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1 +Fixes quotes in PCbuild/clean.bat
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@
2 2 rem A batch program to clean a particular configuration,
3 3 rem just for convenience.
4 4
5 -call %~dp0build.bat -t Clean %*
5 +call "%~dp0build.bat" -t Clean %*