Changeset 11574 for trunk/ippScripts/scripts/phase2.pl
- Timestamp:
- Feb 1, 2007, 7:25:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase2.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase2.pl
r11560 r11574 161 161 warn($msg); 162 162 if ($exp_tag and $class_id) { 163 my $command = "$p2tool -addprocessedimfile -exp_tag $exp_tag -class_id $class_id -code $exit_code -uri $outputImage"; 163 my $command = "$p2tool -addprocessedimfile"; 164 $command .= " -exp_tag $exp_tag"; 165 $command .= " -class_id $class_id"; 166 $command .= " -code $exit_code"; 167 $command .= " -uri $outputImage"; 168 $command .= " -recip " . RECIPE; 164 169 $command .= " -dbname $dbname" if defined $dbname; 165 170 system ($command);
Note:
See TracChangeset
for help on using the changeset viewer.
