fix wrong call to __cdist_type_build_emulation
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
f65b61ee8f
commit
cdc6f0d0c0
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ __cdist_manifest_run()
|
|||
# The actual run
|
||||
#
|
||||
|
||||
# Ensure binaries are existing
|
||||
__cdist_type_build_emulation "${__cdist_out_type_bin_dir}" \
|
||||
# Ensure binaries are existing - FIXME: move error handling into __cdist_type_build_emulation
|
||||
__cdist_type_build_emulation \
|
||||
|| __cdist_exit_err "Failed to build type emulation binaries"
|
||||
|
||||
__cdist_run_shell "${__cdist_manifest}"
|
||||
|
|
Loading…
Reference in a new issue