Changeset 28886
- Timestamp:
- Aug 10, 2010, 4:21:47 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/examine_burntool_pcontrol.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/examine_burntool_pcontrol.pl
r27070 r28886 33 33 while(<LAZY>) { 34 34 chomp; 35 if ($_ =~ /BURNTOOL.STATE.GOOD /) {35 if ($_ =~ /BURNTOOL.STATE.GOOD\s/) { 36 36 @line = split /\s+/; 37 37 $burntoolStateGood = $line[2];
Note:
See TracChangeset
for help on using the changeset viewer.
