Let's not keep everything locked up while regenerating.

This commit is contained in:
terry%mozilla.org 1999-10-11 19:02:49 +00:00
parent 2b2d779419
commit 5d0924fdfb

View File

@ -364,6 +364,8 @@ if ($ARGV[0] eq "regenerate") {
}
foreach my $i (@regenerate_list) {
ProcessOneBug($i);
Unlock();
Lock();
}
print("\n");
exit;