Typo
This commit is contained in:
parent
76f72d5bcc
commit
a2760aeacb
@ -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";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user