continue corelib
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
0c00e4a0d2
commit
815de25d9a
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
__cdist_object_code_run()
|
||||
{
|
||||
|
||||
set -x
|
||||
__cdist_object_code_run_object="$1"; shift
|
||||
|
||||
# Code local
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
__cdist_object_explorer_run()
|
||||
{
|
||||
set -x
|
||||
__cdist_object_self="$1"; shift
|
||||
|
||||
__cdist_object_id="$(__cdist_object_id_from_object "$__cdist_object_self")"
|
||||
|
|
Loading…
Reference in a new issue