+: after object_self

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

View File

@ -154,7 +154,7 @@ __cdist_echo()
set +u
if [ "$__cdist_object_self" ]; then
__cdist_echo_prefix="$__cdist_object_self"
__cdist_echo_prefix="${__cdist_object_self}:"
else
__cdist_echo_prefix=""
fi