From a2760aeacb1eda29bcbebacbfe38eeb85d36a8a4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Wed, 23 Jul 2014 10:26:43 +0200 Subject: [PATCH] Typo --- build/makepack-dolibarr.pl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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"; - } - } } } -- GitLab