Changeset 27221
- Timestamp:
- Mar 6, 2010, 5:55:46 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_destreak_cleanup.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak_cleanup.pl
r26555 r27221 226 226 if (!$no_update) { 227 227 print STDERR "deleting $file\n" if $verbose; 228 $ipprc->file_delete($file ) or my_die("Failed to delete $file", $magic_ds_id, $PS_EXIT_UNKNOWN_ERROR);228 $ipprc->file_delete($file, 1) or my_die("Failed to delete $file", $magic_ds_id, $PS_EXIT_UNKNOWN_ERROR); 229 229 } else { 230 230 print STDERR "skipping delete $file\n";
Note:
See TracChangeset
for help on using the changeset viewer.
