X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2Fimportkeps.pl;h=fe3cc1142fb940a643c63345b12a2caefbcd3aff;hb=45495d980ec748f19509c7668d6b92a06f216ed7;hp=427871673d5398952d57e145d9448390cd2e8ae0;hpb=8216591f8355cc88b277c25a854527408bce8a3d;p=spider.git diff --git a/perl/importkeps.pl b/perl/importkeps.pl index 42787167..fe3cc114 100644 --- a/perl/importkeps.pl +++ b/perl/importkeps.pl @@ -3,7 +3,7 @@ # Take a 2 line keps email file on STDIN, prepare it for import into standard import directory # and then shove it there, marked for SB ALL. # -# Copyright (c) Dirk Koopman G1TLH +# Copyright (c) 2004 Dirk Koopman G1TLH # # $Id$ # @@ -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;