From 9d5d0b8cdd9b0572bcda496079e6e6ff0a7b2fca Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 6 Apr 2011 20:34:46 +0200 Subject: [PATCH] always setup __cdist_echo_prefix Signed-off-by: Nico Schottelius --- bin/cdist-config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/cdist-config b/bin/cdist-config index a19fdc01..755a3e60 100755 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -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