Commit d7d68dba authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

We should set the global $all_modules variable otherwise there's no

point.
parent 7ac39aa4
......@@ -128,7 +128,7 @@ if($options->global) {
$complete_module{$module}++;
}
my $all_modules = 1;
$all_modules = 1;
foreach my $module ($modules->all_modules) {
if(!$complete_module{$module}) {
$all_modules = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment