diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-04 20:30:44 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-04 20:36:28 -0500 |
commit | 8e81a88c7d1209436996db36217568fc44f889b0 (patch) | |
tree | 4b23d50b9abe1a6633a5bddc48c3ae9d6956934a /Debian | |
parent | db49690fa990eab385d1e6844c285b22c2219f30 (diff) | |
download | debhelper-8e81a88c7d1209436996db36217568fc44f889b0.tar.gz |
--max-parallel requires a number
Diffstat (limited to 'Debian')
-rw-r--r-- | Debian/Debhelper/Dh_Buildsystems.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |