no need for eval here
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
3a1bf25398
commit
0c00e4a0d2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
__cdist_manifest_run_init()
|
||||
{
|
||||
eval export $__cdist_name_var_manifest=\"\$__cdist_manifest_dir\"
|
||||
export $__cdist_name_var_manifest="$__cdist_manifest_dir"
|
||||
|
||||
__cdist_echo info "Running initial manifest for $__cdist_target_host "
|
||||
__cdist_manifest_run "$__cdist_manifest_init"
|
||||
|
|
Loading…
Reference in a new issue