From: b Date: Thu, 22 Feb 2024 06:58:12 +0000 (+0000) Subject: verbose accumulation X-Git-Tag: v1.2.4 X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=3e18191282d9ddf49ba5aceadd81414c37a63634;p=botm%2Fconfig verbose accumulation --- diff --git a/configure.1.pl b/configure.1.pl index 676a4cb..62fdc80 100755 --- a/configure.1.pl +++ b/configure.1.pl @@ -465,7 +465,7 @@ foreach my $arg (@ARGV) { $list_all = 1; } elsif ($arg =~ /^v+$/) { - $verbose = length($&); + $verbose += length($&); } elsif ($arg =~ /^i(n(put)?)?$/) { $file_type = 'i';