IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28886


Ignore:
Timestamp:
Aug 10, 2010, 4:21:47 PM (16 years ago)
Author:
watersc1
Message:

burntool edit to not catch the update burntool status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/examine_burntool_pcontrol.pl

    r27070 r28886  
    3333while(<LAZY>) {
    3434    chomp;
    35     if ($_ =~ /BURNTOOL.STATE.GOOD/) {
     35    if ($_ =~ /BURNTOOL.STATE.GOOD\s/) {
    3636        @line = split /\s+/;
    3737        $burntoolStateGood = $line[2];
Note: See TracChangeset for help on using the changeset viewer.