lib/update.operations: log use of NAMED_CHECKZONE
authorterom
Fri, 24 Aug 2012 13:23:56 +0300
changeset 74 c21ecf55a736
parent 73 dcb432cfeacc
child 75 a5186c5de712
lib/update.operations: log use of NAMED_CHECKZONE
lib/update.operations
--- a/lib/update.operations	Thu Apr 12 15:07:00 2012 +0300
+++ b/lib/update.operations	Fri Aug 24 13:23:56 2012 +0300
@@ -289,7 +289,7 @@
 
     # test
     # XXX: checkzone is very specific about the order of arguments, -q must be first
-    if $NAMED_CHECKZONE -q $origin $ROOT/$src; then
+    if cmd_test $NAMED_CHECKZONE -q $origin $ROOT/$src; then
         log_skip "Check $src ($origin): OK"
     else
         log_error "  Check $src ($origin): Failed:"