Index: trunk/ippScripts/scripts/automate_stacks.pl
===================================================================
--- trunk/ippScripts/scripts/automate_stacks.pl	(revision 28313)
+++ trunk/ippScripts/scripts/automate_stacks.pl	(revision 28388)
@@ -394,5 +394,5 @@
         if ($summit_fault) {
 	    print STDERR "check_summit_copy: $date $exp_name has summit_fault $summit_fault";
-            if ($exp_type ne 'OBJECT') {
+            if (($exp_type ne 'OBJECT')||($exp_name =~ /^c.*/)) {
                 print STDERR " (but I don't care).\n";
             }
@@ -404,5 +404,5 @@
         elsif (!$download_state or $download_state eq 'run') {
             print STDERR "check_summit_copy: $date $exp_name has download_state $download_state";
-            if ($exp_type ne 'OBJECT') {
+            if (($exp_type ne 'OBJECT')||($exp_name =~ /^c.*/)) {
                 print STDERR " (but I don't care).\n";
             }
@@ -414,5 +414,5 @@
         elsif (!$new_state or $new_state eq 'run' ) {
             print STDERR "check_summit_copy: $date $exp_name has new_state $new_state";
-            if ($exp_type ne 'OBJECT') {
+            if (($exp_type ne 'OBJECT')||($exp_name =~ /^c.*/)) {
                 print STDERR " (but I don't care).\n";
             }
