From 778dbca76f413af0b5d2c442a482b4d4eebaf2cb Mon Sep 17 00:00:00 2001 From: b Date: Sat, 9 Mar 2024 18:33:31 +0000 Subject: [PATCH] remove redundant dot from output --- configure.1.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.1.pl b/configure.1.pl index aec27da..f79860c 100755 --- a/configure.1.pl +++ b/configure.1.pl @@ -1186,7 +1186,7 @@ sub parse_file { sub convert_file { (my $in, my $out, my $encoding) = @_; - print_verbose(0, 0, "$in. -> .$out"); + print_verbose(0, 0, "$in. -> $out"); my $ref_in = ref($in); my $ref_out = ref($out); -- 2.30.2