summaryrefslogtreecommitdiff
path: root/dh_builddeb
diff options
context:
space:
mode:
Diffstat (limited to 'dh_builddeb')
-rwxr-xr-xdh_builddeb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_builddeb b/dh_builddeb
index be6324a4..edb7a751 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -112,7 +112,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
$processes++;
}
}
-while (($max_procs > 0) && (wait != -1)) {}
+while (($max_procs > 1) && (wait != -1)) {}
=head1 SEE ALSO