forked from ungleich-public/cdist
always setup __cdist_echo_prefix
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
290915ee64
commit
9d5d0b8cdd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue