Changeset 33067
- Timestamp:
- Jan 9, 2012, 6:01:01 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/tools/runchipimfile.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/runchipimfile.pl
r31942 r33067 16 16 17 17 my $dbname = "gpc1"; 18 my ($chip_id, $class_id, $threads, $update, $redirect, $pretend, $save_temps );18 my ($chip_id, $class_id, $threads, $update, $redirect, $pretend, $save_temps, $outdir); 19 19 20 20 my $zaplog; … … 27 27 'zaplog' => \$zaplog, 28 28 'redirect-output' => \$redirect, 29 'outdir=s' => \$outdir, 29 30 'update' => \$update, 30 31 'dbname=s' => \$dbname, … … 73 74 } else { 74 75 die "unexpected chipRun.state found: $state\n"; 76 } 77 78 if ($outdir) { 79 my $base = basename($path_base); 80 $path_base = "$outdir/$base"; 75 81 } 76 82
Note:
See TracChangeset
for help on using the changeset viewer.
