+cleanups++
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
b3d7cf3192
commit
5359ed863c
3 changed files with 3 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ set -eu
|
|||
__cdist_target_host="$1"; shift
|
||||
__cdist_object="$1"; shift
|
||||
__cdist_object_dir="$(__cdist_object_dir "$__cdist_object")"
|
||||
[ -d "$__cdist_object_dir" ] || __cdist_exit_err "Requested object is not defined: $__cdist_object"
|
||||
[ -d "$__cdist_object_dir" ] || __cdist_exit_err "Object undefined: $__cdist_object"
|
||||
|
||||
# Export to non-core for use in manifest and gencode scripts
|
||||
export $__cdist_name_var_self=$__cdist_object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue