Changeset 34715 for trunk/ippScripts/scripts
- Timestamp:
- Nov 27, 2012, 11:52:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/destreak_restore_camera.pl
r34429 r34715 440 440 } 441 441 442 my $backup_url = shift; 442 443 my $original_url = shift; 443 my $backup_url = shift;444 444 445 445 # rename the backup as the orig … … 449 449 my $moved; 450 450 eval { 451 $moved = nebulous->move($backup_url, $original_url);451 $moved = $nebulous->move($backup_url, $original_url); 452 452 }; 453 453 if ($@ or not $moved) {
Note:
See TracChangeset
for help on using the changeset viewer.
