Commit f0726cc7 authored by terry%mozilla.org's avatar terry%mozilla.org

Let's not keep everything locked up while regenerating.

parent 01dde409
......@@ -364,6 +364,8 @@ if ($ARGV[0] eq "regenerate") {
}
foreach my $i (@regenerate_list) {
ProcessOneBug($i);
Unlock();
Lock();
}
print("\n");
exit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment