IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2007, 11:05:16 AM (19 years ago)
Author:
jhoblitt
Message:

remove partially downloaded files on premature exit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsget

    r15033 r15082  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: dsget,v 1.4 2007-09-26 21:58:25 jhoblitt Exp $
     5# $Id: dsget,v 1.5 2007-09-28 21:05:16 jhoblitt Exp $
    66
    77use strict;
     
    101101}
    102102
     103DESTROY {
     104    unlink $tmpfilename if -e $tmpfilename;
     105}
     106
    103107__END__
    104108
Note: See TracChangeset for help on using the changeset viewer.