From 8e81a88c7d1209436996db36217568fc44f889b0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 Nov 2009 20:30:44 -0500 Subject: --max-parallel requires a number --- Debian/Debhelper/Dh_Buildsystems.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian/Debhelper') diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm index fc06a2ac..a9a13a29 100644 --- a/Debian/Debhelper/Dh_Buildsystems.pm +++ b/Debian/Debhelper/Dh_Buildsystems.pm @@ -129,7 +129,7 @@ sub buildsystems_init { "l" => \$opt_list, "list" => \$opt_list, - "max-parallel:i" => \$max_parallel, + "max-parallel=i" => \$max_parallel, ); $args{options}{$_} = $options{$_} foreach keys(%options); Debian::Debhelper::Dh_Lib::init(%args); -- cgit v1.2.3