From 3b4754cfb0d93f145735f5612bc85a254beae9c2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 11 Jul 2025 16:27:16 +0200 Subject: [PATCH] managen: initialize $count variable --- scripts/managen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/managen b/scripts/managen index c728932272..e52bcff1ec 100755 --- a/scripts/managen +++ b/scripts/managen @@ -802,7 +802,7 @@ sub single { my @m=split(/ /, $mutexed); my $mstr; my $num = scalar(@m); - my $count; + my $count = 0; for my $k (@m) { if(!$helplong{$k}) { print STDERR "WARN: $f mutexes a non-existing option: $k\n";