No wonder our disk was filling up

This commit is contained in:
Eelco Dolstra 2012-03-26 17:13:50 +02:00
parent 4d4e1986e8
commit d8f8143cc2

View file

@ -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++;
}