Index: /branches/eam_branch_20080706/ippScripts/scripts/camera_exp.pl
===================================================================
--- /branches/eam_branch_20080706/ippScripts/scripts/camera_exp.pl	(revision 18497)
+++ /branches/eam_branch_20080706/ippScripts/scripts/camera_exp.pl	(revision 18498)
@@ -324,5 +324,9 @@
     carp($msg);
     if (defined $cam_id and not $no_update) {
-        my $command = "$camtool -addprocessedexp -cam_id $cam_id -uri UNKNOWN -code $exit_code";
+        my $command = "$camtool -addprocessedexp";
+	$command .= " -cam_id $cam_id";
+	$command .= " -uri UNKNOWN";
+	$command .= " -code $exit_code";
+	$command .= " -path_base $outroot";
         $command .= " -hostname $host" if defined $host;
         $command .= " -dbname $dbname" if defined $dbname;
