Changeset 34735 for branches/eam_branches/ipp-20120905/ippScripts/scripts/destreak_restore_camera.pl
- Timestamp:
- Nov 29, 2012, 2:15:01 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/destreak_restore_camera.pl (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/ippScripts/scripts/destreak_restore_camera.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/destreak_restore_camera.pl merged: 34715
r34575 r34735 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) { - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
