Improve M$ Windows compatibility
[spider.git] / perl / Spot.pm
index 24124f5a3184e6b826800cb036c40a2f79e9d77a..056fd628557a1947706598f54f958358ef5807fb 100644 (file)
@@ -73,7 +73,7 @@ our %spotcache;                                       # the cache of data within the last $spotcachedays 0 or 2+ d
 our $spotcachedays = 2;                        # default 2 days worth
 our $minselfspotqrg = 1240000; # minimum freq above which self spotting is allowed
 
-our $readback = 1;
+our $readback = $main::is_win ? 0 : 1;
 
 if ($readback) {
        $readback = `which tac`;