]> bicyclesonthemoon.info Git - botm/config/commitdiff
remove redundant dot from output v1.2.6
authorb <rowerynaksiezycu@gmail.com>
Sat, 9 Mar 2024 18:33:31 +0000 (18:33 +0000)
committerb <rowerynaksiezycu@gmail.com>
Sat, 9 Mar 2024 18:33:31 +0000 (18:33 +0000)
configure.1.pl

index aec27daadda6ee3d3690cc3f2c71286b04b61458..f79860cec8da97274a0b47194f79d33f176daefc 100755 (executable)
@@ -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);