- Timestamp:
- 2011-07-19T14:02:17+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/plugins/ConvertBinaryFile.pm
r24225 r24290 289 289 print STDERR "calling cmd $cmd\n"; 290 290 $output_type = `$cmd`; 291 291 292 292 # remove symbolic link to original file 293 293 &util::rm($tmp_filename); … … 368 368 } 369 369 } 370 370 371 371 my $secondary_plugins = $self->{'secondary_plugins'}; 372 372 my $num_secondary_plugins = scalar(keys %$secondary_plugins); … … 488 488 my $tmp_dir = $self->{'tmp_dir'}; 489 489 if (defined $tmp_dir && -d $tmp_dir) { 490 ##print STDERR "**** Supressing clean up of tmp dir\n";491 &util::rm_r($tmp_dir);490 print STDERR "**** Supressing clean up of tmp dir\n"; 491 ##&util::rm_r($tmp_dir); 492 492 $self->{'tmp_dir'} = undef; 493 493 }
Note:
See TracChangeset
for help on using the changeset viewer.