8000 gh-116472: Replace literal newlines with escape characters in MSBuild… · python/cpython@5d0cdfe · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d0cdfe

Browse files
authored
gh-116472: Replace literal newlines with escape characters in MSBuild files (GH-116473)
1 parent 13ffd4b commit 5d0cdfe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PCbuild/regen.targets

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@
150150
Condition="($(Platform) == 'Win32' or $(Platform) == 'x64') and
151151
$(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'">
152152
<Message Text="Regenerate @(_TestFrozenOutputs->'%(Filename)%(Extension)', ' ')" Importance="high" />
153-
<Exec Command='setlocal
154-
set PYTHONPATH=$(PySourcePath)Lib
155-
"$(PythonExe)" Programs\freeze_test_frozenmain.py Programs\test_frozenmain.h'
153+
<Exec Command='setlocal%0D%0Aset PYTHONPATH=$(PySourcePath)Lib%0D%0A"$(PythonExe)" Programs\freeze_test_frozenmain.py Programs\test_frozenmain.h'
156154
WorkingDirectory="$(PySourcePath)" />
157155
</Target>
158156

0 commit comments

Comments
 (0)
0