mirror of
https://github.com/python/cpython.git
synced 2025-11-24 12:20:42 +00:00
gh-116943: Ensure makesetup does not choke on missing EOL in Setup.* files (#139100)
This commit is contained in:
parent
4263bc3b3b
commit
d1904b91cb
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ NL='\
|
|||
# Main loop
|
||||
for i in ${*-Setup}
|
||||
do
|
||||
echo '' # Add a linebreak so we don't choke on files missing EOL.
|
||||
case $i in
|
||||
-n) echo '*noobjects*';;
|
||||
*) echo '*doconfig*'; cat "$i";;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue