build-info: Add a trailing newline to the output

Change-Id: I994cd41c7d9f3767e42d6a5de935f8b7965426d2
This commit is contained in:
Solomon Peachy 2024-07-24 20:03:39 -04:00
parent 780c05a64d
commit bcaeaa135a

View file

@ -47,3 +47,5 @@ foreach my $b (&allbuilds) {
}
print "$b=$status\n";
}
print "\n";