Skip to content

Commit d1904b9

Browse files
gh-116943: Ensure makesetup does not choke on missing EOL in Setup.* files (#139100)
1 parent 4263bc3 commit d1904b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/makesetup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ NL='\
9090
# Main loop
9191
for i in ${*-Setup}
9292
do
93+
echo '' # Add a linebreak so we don't choke on files missing EOL.
9394
case $i in
9495
-n) echo '*noobjects*';;
9596
*) echo '*doconfig*'; cat "$i";;

0 commit comments

Comments
 (0)