IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26768


Ignore:
Timestamp:
Feb 3, 2010, 1:18:49 PM (16 years ago)
Author:
watersc1
Message:

Enable burntool persist on apply to match my test code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippScripts/scripts/chip_imfile.pl

    r26722 r26768  
    259259            }
    260260
    261             $burntool_cmd .= "$tempName in=${burntoolTable_uriReal} apply=t";
     261            $burntool_cmd .= "$tempName in=${burntoolTable_uriReal} persist=t apply=t";
    262262        }
    263263        elsif ($burntoolState == $burntoolStateGood) { # Burntool information stored in a header table.
    264             $burntool_cmd .= "$tempName apply=t";
     264            $burntool_cmd .= "$tempName persist=t apply=t";
    265265        }
    266266        else {
Note: See TracChangeset for help on using the changeset viewer.