fix search terms starting with \d+ in sh/log etc
[spider.git] / cmd / show / log.pl
index ec84daa0af781343767cd915409388642756a553..2abe825762e531a09dfa53f89529c5cc1037f360 100644 (file)
@@ -27,7 +27,7 @@ sub handle
                        ($to) = $f =~ /^(\d+)$/ if !$to;              # is it a to count?
                        next if $to;
                }
-               unless ($f =~ /^\d+/) {
+               unless ($f =~ /^\d+$/) {
                        $who = $f; 
                        next if $who;
                }