Skip to content
Snippets Groups Projects
Commit a2760aea authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Typo

parent 76f72d5b
No related branches found
No related tags found
No related merge requests found
...@@ -959,8 +959,8 @@ if ($nboftargetok) { ...@@ -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) { ...@@ -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";
} }
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment