Index: trunk/ippScripts/scripts/phase2.pl
===================================================================
--- trunk/ippScripts/scripts/phase2.pl	(revision 8715)
+++ trunk/ippScripts/scripts/phase2.pl	(revision 8716)
@@ -63,6 +63,12 @@
 # Add the processed file to the database
 {
-    my $command = "$p2tool -processed -exp_id $expId -class_id $classId -recip $recipe " .
-	"-uri $outputImage -b1_uri $outputBin1Name -b2_uri $outputBin2Name"; # Command to run dettool
+    # Command to run dettool
+    my $command = "$p2tool -processed";
+    $command .= " -exp_id $expId";
+    $command .= " -class_id $classId";
+    $command .= " -recip " . RECIPE;
+    $command .= " -uri $outputImage";
+    $command .= " -b1_uri $outputBin1Name";
+    $command .= " -b2_uri $outputBin2Name";
     $command .= " -bg " . $stats->bg_mean();
     $command .= " -bg_stdev " . $stats->bg_stdev();
