Index: trunk/tools/ipp_apply_burntool.pl
===================================================================
--- trunk/tools/ipp_apply_burntool.pl	(revision 25922)
+++ trunk/tools/ipp_apply_burntool.pl	(revision 26497)
@@ -191,5 +191,8 @@
 	}
 	
-	$status = vsystem ("$nebXattr --write $outTable user.copies:2");
+	$status = vsystem ("$nebXattr --write $outTable user.copies:2", $REALRUN);
+	if ($status) {
+	    &my_die("failed to neb-xattr imfile", $outTable);
+	}
 	$status = vsystem ("$regtool -dbname $dbname -updateprocessedimfile -exp_id $exp_id -class_id $class_id -burntool_state $outState", $REALRUN);
 	if ($status) {
