- Timestamp:
- Oct 18, 2009, 10:23:28 AM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/ipp_apply_burntool.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
-
branches/eam_branches/20090820/tools/ipp_apply_burntool.pl
r25766 r25870 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.
