Changeset 18360 for trunk/ippScripts/scripts/chip_imfile.pl
- Timestamp:
- Jun 29, 2008, 2:46:49 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r18019 r18360 226 226 my $class_id = shift; # Class identifier 227 227 my $exit_code = shift; # Exit code to add 228 # outputImage and outroot are globals 228 229 229 230 carp($msg); … … 235 236 $command .= " -code $exit_code"; 236 237 $command .= " -uri $outputImage"; 238 $command .= " -path_base $outroot"; 237 239 $command .= " -hostname $host" if defined $host; 238 240 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
