Index: trunk/ippScripts/scripts/summit_copy.pl
===================================================================
--- trunk/ippScripts/scripts/summit_copy.pl	(revision 23464)
+++ trunk/ippScripts/scripts/summit_copy.pl	(revision 23497)
@@ -46,5 +46,5 @@
 
 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
-pod2usage( -msg => "Required options: --uri --filename --exp_name --inst --telescope --class --class_id --workdir",
+pod2usage( -msg => "Required options: --uri --filename --exp_name --inst --telescope --class --class_id",
        -exitval => 3)
     unless defined $uri
@@ -54,6 +54,5 @@
     and defined $telescope
     and defined $class
-    and defined $class_id
-    and defined $workdir;
+    and defined $class_id;
 
 # Look for programs we need
@@ -107,7 +106,7 @@
 $command .= " -class_id $class_id";
 $command .= " -uri $filename";
-$command .= " -workdir $workdir";
+# $command .= " -workdir $workdir";
 $command .= " -hostname $host";
-$command .= " -end_stage $end_stage" if defined $end_stage;
+# $command .= " -end_stage $end_stage" if defined $end_stage;
 $command .= " -dbname $dbname" if defined $dbname;
 
