Changeset 25546
- Timestamp:
- Sep 24, 2009, 1:55:49 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r25539 r25546 154 154 my $burntool = can_run('burntool') or &my_die ("Can't find burntool", $exp_id, $chip_id, $class_id, $PS_EXIT_SYS_ERROR); 155 155 156 ## Check the current burntool processing version:157 my $regtool_state_cmd = "$regtool -processedimfile -exp_id $exp_id -class_id $class_id -limit 1";158 if (defined($dbname)) {159 $regtool_state_cmd .= " -dbname $dbname";160 }161 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =162 run(command => $regtool_state_cmd, verbose => $verbose);163 164 156 ## Check the current burntool processing version: 165 157 my $regtool_state_cmd = "$regtool -processedimfile -exp_id $exp_id -class_id $class_id -limit 1";
Note:
See TracChangeset
for help on using the changeset viewer.
