Clean code

This commit is contained in:
Laurent Destailleur 2022-07-27 18:22:08 +02:00
parent a9c8c24e9b
commit 9393a51621

View File

@ -1276,7 +1276,7 @@ if ($nboftargetok) {
print "\n----- Summary -----\n";
foreach my $target (sort keys %CHOOSEDTARGET) {
if ($target eq '-CHKSUM') { print "Checksum was generated"; next; }
if ($target eq '-CHKSUM') { print "Checksum was generated\n"; next; }
if ($CHOOSEDTARGET{$target} < 0) {
print "Package $target not built (bad requirement).\n";
} else {