IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20504


Ignore:
Timestamp:
Oct 31, 2008, 5:18:39 PM (18 years ago)
Author:
bills
Message:

use $ipprc->file_delete() instead of unlink in cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_cleanup.pl

    r19561 r20504  
    341341    foreach my $file (@$files) {
    342342        print STDERR "unlinking $file\n";
    343         # XXX: need to handle files in nebulous
    344         unlink $file;
     343        $ipprc->file_delete($file);
    345344    }
    346345    return 1;
Note: See TracChangeset for help on using the changeset viewer.