Changeset 20504 for trunk/ippScripts/scripts/ipp_cleanup.pl
- Timestamp:
- Oct 31, 2008, 5:18:39 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_cleanup.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_cleanup.pl
r19561 r20504 341 341 foreach my $file (@$files) { 342 342 print STDERR "unlinking $file\n"; 343 # XXX: need to handle files in nebulous 344 unlink $file; 343 $ipprc->file_delete($file); 345 344 } 346 345 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.
