always setup __cdist_echo_prefix

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.6
Nico Schottelius 14 years ago
parent 290915ee64
commit 9d5d0b8cdd
  1. 2
      bin/cdist-config

@ -155,6 +155,8 @@ __cdist_echo()
set +u set +u
if [ "$__cdist_object_self" ]; then if [ "$__cdist_object_self" ]; then
__cdist_echo_prefix="$__cdist_object_self" __cdist_echo_prefix="$__cdist_object_self"
else
__cdist_echo_prefix=""
fi fi
set -u set -u

Loading…
Cancel
Save