prt-auf: fix the return type in uninstall()
This commit is contained in:
parent
da3539c83a
commit
b740564de5
@ -502,7 +502,7 @@ sub uninstall {
|
|||||||
if (($LOCKED{$t}) and ($opkg{test} eq "no")) { port_unlock($t); }
|
if (($LOCKED{$t}) and ($opkg{test} eq "no")) { port_unlock($t); }
|
||||||
}
|
}
|
||||||
my @successes = grep { $removed{$_} == 1 } keys %removed;
|
my @successes = grep { $removed{$_} == 1 } keys %removed;
|
||||||
return @successes;
|
return \@successes;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub port_lock {
|
sub port_lock {
|
||||||
|
Loading…
Reference in New Issue
Block a user