diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-04-13 12:11:40 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-04-13 12:11:40 -0500 |
commit | 2430f2ce58be57e7a1459501dca20e6f01773039 (patch) | |
tree | 01cd10d4977045e06a2f05a85ff615573105b023 /PCbuild/clean.bat | |
parent | 023f0a42831146aad5f64979183511ca4792a3e4 (diff) | |
parent | 2343b1bb9f828643bc9f2a08dcaa95d6b4ca55b7 (diff) | |
download | cpython-2430f2ce58be57e7a1459501dca20e6f01773039.tar.gz |
Closes #17202: Merge with 3.4
Diffstat (limited to 'PCbuild/clean.bat')
-rw-r--r-- | PCbuild/clean.bat | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/PCbuild/clean.bat b/PCbuild/clean.bat index 6144c715f6..78517d225f 100644 --- a/PCbuild/clean.bat +++ b/PCbuild/clean.bat @@ -1,5 +1,5 @@ -@echo off -rem A batch program to clean a particular configuration, -rem just for convenience. - -call %~dp0build.bat -t Clean %* +@echo off
+rem A batch program to clean a particular configuration,
+rem just for convenience.
+
+call %~dp0build.bat -t Clean %*
|