From: Joey Hess Date: Sun, 17 Jul 2011 20:23:08 +0000 (-0400) Subject: tweak X-Git-Tag: 8.9.1~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=047394511b43087914a8f4e1e056da29e451ce83;p=debhelper.git tweak --- diff --git a/dh_builddeb b/dh_builddeb index df21cc0..d187668 100755 --- a/dh_builddeb +++ b/dh_builddeb @@ -85,8 +85,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if (! defined $pid) { error("fork failed! $!"); } - $processes++; if ($pid) { # parent + $processes++; reap while $processes > $max_procs; next; }