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

point.
This commit is contained in:
Francois Gouget 2005-06-17 20:54:55 +00:00 committed by Alexandre Julliard
parent 7ac39aa44b
commit d7d68dba23
1 changed files with 1 additions and 1 deletions

View File

@ -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;