Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 677890 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/bin/genlop (-1 / +1 lines)
Lines 694-700 Link Here
694
	my ($e_curmerge, $e_lastmerge);
694
	my ($e_curmerge, $e_lastmerge);
695
	foreach (@sandbox_procs)
695
	foreach (@sandbox_procs)
696
	{
696
	{
697
		if (m/^(.*?) \[(.*?)\-[0-9].*?\]/)
697
		if (m/^(\d+) \[(.*?)\-[0-9].*?\]/)
698
		{
698
		{
699
			push @sandbox_pids, $1;
699
			push @sandbox_pids, $1;
700
			push @targets, $2;
700
			push @targets, $2;

Return to bug 677890