No wonder our disk was filling up
This commit is contained in:
parent
4d4e1986e8
commit
d8f8143cc2
|
@ -136,7 +136,7 @@ foreach my $link (@roots) {
|
|||
if (!defined $roots{$path}) {
|
||||
print STDERR "removing root $path\n";
|
||||
$rootsDeleted++;
|
||||
#unlink "$gcRootsDir/$link" or warn "cannot remove $gcRootsDir/$link";
|
||||
unlink "$gcRootsDir/$link" or warn "cannot remove $gcRootsDir/$link";
|
||||
} else {
|
||||
$rootsKept++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue