always setup __cdist_echo_prefix

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-06 20:34:46 +02:00
parent 290915ee64
commit 9d5d0b8cdd
1 changed files with 2 additions and 0 deletions

View File

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