IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26497


Ignore:
Timestamp:
Dec 30, 2009, 3:26:02 PM (16 years ago)
Author:
heather
Message:

fixed bug in ipp_apply_burntool where neb-xattr didn't run. $REALRUN now
set. Why is there a $REALRUN anyways?!?!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/ipp_apply_burntool.pl

    r25922 r26497  
    191191        }
    192192       
    193         $status = vsystem ("$nebXattr --write $outTable user.copies:2");
     193        $status = vsystem ("$nebXattr --write $outTable user.copies:2", $REALRUN);
     194        if ($status) {
     195            &my_die("failed to neb-xattr imfile", $outTable);
     196        }
    194197        $status = vsystem ("$regtool -dbname $dbname -updateprocessedimfile -exp_id $exp_id -class_id $class_id -burntool_state $outState", $REALRUN);
    195198        if ($status) {
Note: See TracChangeset for help on using the changeset viewer.