Clean code
This commit is contained in:
parent
a9c8c24e9b
commit
9393a51621
@ -1276,7 +1276,7 @@ if ($nboftargetok) {
|
|||||||
|
|
||||||
print "\n----- Summary -----\n";
|
print "\n----- Summary -----\n";
|
||||||
foreach my $target (sort keys %CHOOSEDTARGET) {
|
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) {
|
if ($CHOOSEDTARGET{$target} < 0) {
|
||||||
print "Package $target not built (bad requirement).\n";
|
print "Package $target not built (bad requirement).\n";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user