Index: trunk/ippScripts/scripts/addstar_multi_run.pl
===================================================================
--- trunk/ippScripts/scripts/addstar_multi_run.pl	(revision 38583)
+++ trunk/ippScripts/scripts/addstar_multi_run.pl	(revision 38584)
@@ -124,7 +124,8 @@
             run(command => $command, verbose => $verbose);
     &my_die( "Unable to get info on addRun", $stage_id,$stage, $label, $PS_EXIT_SYS_ERROR) unless $success;
-    if (scalar @$stdout_buf == 0 ) { #it lists nothing if it is the first
-	&my_die( "empty addRun", $stage_id,$stage,$label, $PS_EXIT_SYS_ERROR);
-	
+    if (scalar @$stdout_buf == 0 ) { 
+	#&my_die( "empty addRun", $stage_id,$stage,$label, $PS_EXIT_SYS_ERROR);
+	print "empty addRun, exiting... $stage,  $stage_id, $label\n";
+	exit 0;
     } else {
             my $metadata = $mdcParser->parse(join "", @$stdout_buf) or
@@ -291,5 +292,5 @@
     carp($msg);
     if (defined $stage_id and not $no_update) {
-        my $command = "$addtool -stage_id $stage_id";
+        my $command = "$addtool -multiadd -stage_id $stage_id";
         $command .= " -addprocessedexp";
         $command .= " -fault $exit_code";
