This commit is contained in:
Laurent Destailleur 2014-07-23 10:26:43 +02:00
parent 76f72d5bcc
commit a2760aeacb

View File

@ -959,8 +959,8 @@ if ($nboftargetok) {
} }
} }
# Build package for each target # Publish package for each target
#------------------------------ #--------------------------------
foreach my $target (keys %CHOOSEDPUBLISH) foreach my $target (keys %CHOOSEDPUBLISH)
{ {
if ($CHOOSEDPUBLISH{$target} < 0) { next; } if ($CHOOSEDPUBLISH{$target} < 0) { next; }
@ -1035,9 +1035,7 @@ if ($nboftargetok) {
print "$command\n"; print "$command\n";
my $ret=`$command 2>&1`; my $ret=`$command 2>&1`;
print "$ret\n"; print "$ret\n";
} }
} }
} }
} }