Changeset 25863 for trunk/tools/ipp_apply_burntool.pl
- Timestamp:
- Oct 16, 2009, 4:05:40 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/tools/ipp_apply_burntool.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/ipp_apply_burntool.pl
r25472 r25863 53 53 my $burntool = can_run('burntool') or (warn "Can't find burntool" and $missing_tools = 1); 54 54 my $ppConfigDump = can_run('ppConfigDump') or (warn "Can't find ppConfigDump" and $missing_tools = 1); 55 my $nebXattr = can_run('neb-xattr') or (warn "Can't find neb-xattr" and $missing_tools = 1); 55 56 #my $fpack = can_run('fpack') or (warn "Can't find fpack" and $missing_tools = 1); 56 57 if ($missing_tools) { … … 190 191 } 191 192 193 $status = vsystem ("$neb-xattr --write $outTable user.copies:2"); 192 194 $status = vsystem ("$regtool -dbname $dbname -updateprocessedimfile -exp_id $exp_id -class_id $class_id -burntool_state $outState", $REALRUN); 193 195 if ($status) {
Note:
See TracChangeset
for help on using the changeset viewer.
