From 3e18191282d9ddf49ba5aceadd81414c37a63634 Mon Sep 17 00:00:00 2001 From: b Date: Thu, 22 Feb 2024 06:58:12 +0000 Subject: [PATCH] verbose accumulation --- configure.1.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.30.2