begin use of __cdist_echo

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.6
Nico Schottelius 14 years ago
parent 813b4e1f2b
commit d31833a78e
  1. 2
      bin/cdist-code-run

@ -34,7 +34,7 @@ fi
code="$(__cdist_object_code "$__cdist_object")-${__cdist_gencode_type}"
echo "Checking code-${__cdist_gencode_type} for $__cdist_object ..."
__cdist_echo info "Checking code-${__cdist_gencode_type}"
if [ -e "$code" ]; then
if [ -f "$code" ]; then

Loading…
Cancel
Save