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

Skip to content

Commit 64da4a6

Browse files
DanAlbertmiss-islington
authored andcommitted
pythongh-116472: Replace literal newlines with escape characters in MSBuild files (pythonGH-116473)
(cherry picked from commit 5d0cdfe) Co-authored-by: Dan Albert <dan@gingerhq.net>
1 parent fa7f278 commit 64da4a6

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
@@ -109,9 +109,7 @@
109109
Condition="($(Platform) == 'Win32' or $(Platform) == 'x64') and
110110
$(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'">
111111
<Message Text="Regenerate @(_TestFrozenOutputs->'%(Filename)%(Extension)', ' ')" Importance="high" />
112-
<Exec Command='setlocal
113-
set PYTHONPATH=$(PySourcePath)Lib
114-
"$(PythonExe)" Programs\freeze_test_frozenmain.py Programs\test_frozenmain.h'
112+
<Exec Command='setlocal%0D%0Aset PYTHONPATH=$(PySourcePath)Lib%0D%0A"$(PythonExe)" Programs\freeze_test_frozenmain.py Programs\test_frozenmain.h'
115113
WorkingDirectory="$(PySourcePath)" />
116114
</Target>
117115

0 commit comments

Comments
 (0)
0