Ok :)
This commit is contained in:
parent
be336da8d6
commit
6e655751d4
@ -352,13 +352,10 @@ sub compute ($$$;$$$)
|
||||
if ($glob ne $ref)
|
||||
{
|
||||
my $value = 0;
|
||||
for my $r (grep { match_glob($ref, $_); } keys %$ids)
|
||||
{
|
||||
log DEBUG, "$glob match $r (expanded from $ref)";
|
||||
for my $r (grep { match_glob($ref, $_); } keys %$ids) {
|
||||
$value += $ids->{ $r };
|
||||
}
|
||||
log DEBUG, "New $ref is now $value";
|
||||
$ids->{ $ref } = $value;
|
||||
$ids->{ $ref } = $value if ($value);
|
||||
}
|
||||
};
|
||||
if ($@) {
|
||||
|
Reference in New Issue
Block a user