TT#75801 config_debug.pl remove uninitialized value warning

> Use of uninitialized value $children in numeric gt (>) at ./bin/config_debug.pl line 111.

Change-Id: I403841b7e53caa43e3dd9c4db5af8fbbb4aa8e25
changes/34/37634/1
Victor Seva 6 years ago
parent 02f0f84ea7
commit 9ae2008509

@ -41,7 +41,7 @@ sub usage
}
my $help = 0;
my $children;
my $children = 0;
my $profile = "CE";
my $group;
if (exists $ENV{'GROUP'})

Loading…
Cancel
Save