Change History (3)
comment:1 by , 13 years ago
comment:3 by , 13 years ago
Another change slipped in there that breaks things in new ways. Removed at r9662
Note:
See TracTickets
for help on using tickets.
Another change slipped in there that breaks things in new ways. Removed at r9662
The problem is "too many stdout pipes". Basically once you get to 16, things hang. The first time I fixed this was by turning a pile of sed calls into a single call. Then strk added a new grep call recently and that put us over the top this time. So I have turned some greps into equivalent single patterns.