Index: trunk/ippScripts/scripts/detrend_resid_imfile.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_resid_imfile.pl	(revision 19660)
+++ trunk/ippScripts/scripts/detrend_resid_imfile.pl	(revision 19661)
@@ -87,6 +87,6 @@
 
 print "raw recipe: $recipe\n";
-$ppimage_recipe = $ipprc->reduction($reduction, $recipe);
-$jpeg_recipe = $ipprc->reduction($reduction, uc($det_type) . '_JPEG_RESID';
+my $ppimage_recipe = $ipprc->reduction($reduction, $recipe);
+my $jpeg_recipe = $ipprc->reduction($reduction, uc($det_type) . '_JPEG_RESID';
 print "real recipe: $recipe\n";
 
