From: b Date: Sat, 9 Mar 2024 18:33:31 +0000 (+0000) Subject: remove redundant dot from output X-Git-Tag: v1.2.6 X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=778dbca76f413af0b5d2c442a482b4d4eebaf2cb;p=botm%2Fconfig remove redundant dot from output --- 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);