Index: trunk/ippScripts/scripts/camera_exp.pl
===================================================================
--- trunk/ippScripts/scripts/camera_exp.pl	(revision 19561)
+++ trunk/ippScripts/scripts/camera_exp.pl	(revision 19652)
@@ -221,5 +221,6 @@
     # Make the jpeg for binning 1
     if ($run_state eq 'new') {
-        my $command = "$ppImage -list $list1Name $outroot -recipe PPIMAGE $recipe1"; # Command to run
+        my $command = "$ppImage -list $list1Name $outroot"; # Command to run
+        $command .= " -recipe PPIMAGE $recipe1";
         $command .= " -dbname $dbname" if defined $dbname;
 
@@ -235,5 +236,6 @@
     # Make the jpeg for binning 2
     if ($run_state eq 'new') {
-        my $command = "$ppImage -list $list2Name $outroot -recipe PPIMAGE $recipe2"; # Command to run
+        my $command = "$ppImage -list $list2Name $outroot"; # Command to run
+        $command .= " -recipe PPIMAGE $recipe2"
         $command .= " -dbname $dbname" if defined $dbname;
 
