done more work on directory now really quite ak1a compatible
[spider.git] / cmd / show / dx.pl
index d52826dff67ed4b3dc4e16ebdb6d17f8767fcdfa..700138b6d27de3e55c40cf83409583fb7d2b5e83 100644 (file)
@@ -85,7 +85,7 @@ if (@freq) {
 # any info
 if ($info) {
        $expr .= " && " if $expr;
-       $info = shellregex($info);
+       $info =~ s{(.)}{"\Q$1"}ge;
        $expr .= "\$f3 =~ m{$info}io";
 }