Index: /trunk/tools/examine_burntool_pcontrol.pl
===================================================================
--- /trunk/tools/examine_burntool_pcontrol.pl	(revision 28885)
+++ /trunk/tools/examine_burntool_pcontrol.pl	(revision 28886)
@@ -33,5 +33,5 @@
 while(<LAZY>) {
     chomp;
-    if ($_ =~ /BURNTOOL.STATE.GOOD/) {
+    if ($_ =~ /BURNTOOL.STATE.GOOD\s/) {
 	@line = split /\s+/;
 	$burntoolStateGood = $line[2];
