Index: trunk/ippScripts/scripts/chip_imfile.pl
===================================================================
--- trunk/ippScripts/scripts/chip_imfile.pl	(revision 24520)
+++ trunk/ippScripts/scripts/chip_imfile.pl	(revision 24549)
@@ -153,8 +153,8 @@
 
 	my $tiltystreakByClass = metadataLookupMD($recipeData, 'TILTYSTREAK.BY.CLASS');
-	my $tiltystreakClassApply = metadataLookupBool($tiltystreakByClass, 'APPLY.$class_id');
+	my $tiltystreakClassApply = metadataLookupBool($tiltystreakByClass, "APPLY.$class_id");
 	if ($tiltystreakClassApply) {
 
-	    my $tiltystreakClassOptions = metadataLookupStr($tiltystreakByClass, 'OPTIONS.$class_id');
+	    my $tiltystreakClassOptions = metadataLookupStr($tiltystreakByClass, "OPTIONS.$class_id");
 	    if ($tiltystreakClassOptions eq "none") {
 		$tiltystreakClassOptions = "";
