aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorFrank Lichtenheld <djpig>2003-04-19 01:39:08 +0000
committerFrank Lichtenheld <djpig>2003-04-19 01:39:08 +0000
commit137d52b649b692074a45d28593709907af3ea0a2 (patch)
treec4bfd4a6881cba3db8b060eeb6614d711bb7fa9e /stattrans.pl
parent41f57f0971c26a52f162815ac646e0235d993321 (diff)
Replacing , with \. makes no sense, do it for . instead ;)
CVS version numbers stattrans.pl: 1.53 -> 1.54
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stattrans.pl b/stattrans.pl
index eb1bc56c234..3d69a486121 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -38,7 +38,7 @@ $opt_d = "u";
$opt_l = undef;
getopts('h:w:p:t:vd:l:') || die;
# Replace filename globbing by Perl regexps
-$opt_p =~ s/\,/\\./g;
+$opt_p =~ s/\./\\./g;
$opt_p =~ s/\?/./g;
$opt_p =~ s/\*/.*/g;
$opt_p =~ s/$/\$/g;

© 2014-2024 Faster IT GmbH | imprint | privacy policy