Changeset 23497 for trunk/ippScripts/scripts
- Timestamp:
- Mar 24, 2009, 10:18:19 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/summit_copy.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/summit_copy.pl
r23295 r23497 46 46 47 47 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 48 pod2usage( -msg => "Required options: --uri --filename --exp_name --inst --telescope --class --class_id --workdir",48 pod2usage( -msg => "Required options: --uri --filename --exp_name --inst --telescope --class --class_id", 49 49 -exitval => 3) 50 50 unless defined $uri … … 54 54 and defined $telescope 55 55 and defined $class 56 and defined $class_id 57 and defined $workdir; 56 and defined $class_id; 58 57 59 58 # Look for programs we need … … 107 106 $command .= " -class_id $class_id"; 108 107 $command .= " -uri $filename"; 109 $command .= " -workdir $workdir";108 # $command .= " -workdir $workdir"; 110 109 $command .= " -hostname $host"; 111 $command .= " -end_stage $end_stage" if defined $end_stage;110 # $command .= " -end_stage $end_stage" if defined $end_stage; 112 111 $command .= " -dbname $dbname" if defined $dbname; 113 112
Note:
See TracChangeset
for help on using the changeset viewer.
