From 86285f9f6615bea1560070b2b773263e81680b0d Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sat, 16 Mar 2024 12:33:56 +0100 Subject: [PATCH] [conv] Minus instead of dot --- contrib/conv/conf-links2elinks.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/conv/conf-links2elinks.pl b/contrib/conv/conf-links2elinks.pl index ecab224b..ef32ae6d 100755 --- a/contrib/conv/conf-links2elinks.pl +++ b/contrib/conv/conf-links2elinks.pl @@ -175,7 +175,7 @@ while (<>) { $name = substr($name, 1, length($name) - 2); $name =~ s/[ \t]/_/g; - $name =~ s/[^a-zA-Z0-9_]/\./g; + $name =~ s/[^a-zA-Z0-9_]/-/g; $mimelist = &get_token(); $mimelist = substr($mimelist, 1, length($mimelist) - 2);