Changeset 28632 for trunk/ippScripts
- Timestamp:
- Jul 7, 2010, 5:12:28 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/make_burntool_pcontrol.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/make_burntool_pcontrol.pl
r27938 r28632 48 48 while(<LAZY>) { 49 49 chomp; 50 if ($_ =~ /BURNTOOL.STATE.GOOD /) {50 if ($_ =~ /BURNTOOL.STATE.GOOD\s/) { 51 51 @line = split /\s+/; 52 52 $burntoolStateGood = $line[2];
Note:
See TracChangeset
for help on using the changeset viewer.
