diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl index 973b0f65036..c7e3dc69fbf 100755 --- a/build/makepack-dolibarr.pl +++ b/build/makepack-dolibarr.pl @@ -959,8 +959,8 @@ if ($nboftargetok) { } } - # Build package for each target - #------------------------------ + # Publish package for each target + #-------------------------------- foreach my $target (keys %CHOOSEDPUBLISH) { if ($CHOOSEDPUBLISH{$target} < 0) { next; } @@ -1035,9 +1035,7 @@ if ($nboftargetok) { print "$command\n"; my $ret=`$command 2>&1`; print "$ret\n"; - } - } } }