IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13707


Ignore:
Timestamp:
Jun 7, 2007, 3:03:02 PM (19 years ago)
Author:
Paul Price
Message:

Only copy if I'm not going to clobber. If I would clobber, I don't need to copy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/camera_exp.pl

    r13698 r13707  
    169169        }
    170170    } else {
    171         $ipprc->file_copy($chipObjects, $fpaObjects);
     171        $ipprc->file_copy($chipObjects, $fpaObjects) unless $chipObjects eq $fpaObjects;
    172172    }
    173173    &my_die("Unable to find expected output file: $fpaObjects", $cam_id, $PS_EXIT_PROG_ERROR) unless -f $ipprc->file_resolve($fpaObjects);
Note: See TracChangeset for help on using the changeset viewer.