allow show/time to decode a time_t
[spider.git] / perl / importkeps.pl
index 427871673d5398952d57e145d9448390cd2e8ae0..aeea441566a58eb537dc517d7f50133931a8af92 100644 (file)
@@ -48,7 +48,7 @@ sub process
        return unless $inp =~ s/2Line\s+Orbital\s+Elements/2Line Keps/;
        
        # open the output file in the data area
-       my $fn = "$root/data/keps.txt.$$";
+       my $fn = "$root/tmp/keps.txt.$$";
        open OUT, ">$fn" or die "$fn $!";
        print OUT $inp;
        close OUT;