begin use of __cdist_echo

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-06 20:16:16 +02:00
parent 813b4e1f2b
commit d31833a78e
1 changed files with 1 additions and 1 deletions

View File

@ -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