diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-07-24 20:03:39 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-07-24 20:03:39 -0400 |
commit | bcaeaa135a535d6a0216daa0f079db58b6bfe556 (patch) | |
tree | 141191240520b66b19057e0d6c5ced3d59492545 | |
parent | 780c05a64d782543b840e5af19931a3903bb57b9 (diff) | |
download | rockbox-bcaeaa135a.tar.gz rockbox-bcaeaa135a.zip |
build-info: Add a trailing newline to the output
Change-Id: I994cd41c7d9f3767e42d6a5de935f8b7965426d2
-rwxr-xr-x | tools/build-info.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build-info.pl b/tools/build-info.pl index c528a1e664..fb89a80441 100755 --- a/tools/build-info.pl +++ b/tools/build-info.pl @@ -47,3 +47,5 @@ foreach my $b (&allbuilds) { } print "$b=$status\n"; } + +print "\n"; |