forked from ungleich-public/cdist
+debug
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
00bbadef78
commit
022db22924
4 changed files with 45 additions and 34 deletions
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
__cdist_code_run()
|
||||
{
|
||||
|
||||
[ $# -eq 2 ] || __cdist_usage "<object> <type>"
|
||||
|
||||
__cdist_object_self="$1"; shift
|
||||
|
|
@ -49,4 +48,7 @@ __cdist_code_run()
|
|||
__cdist_exit_err "$__cdist_code exists, but is not a file."
|
||||
fi
|
||||
fi
|
||||
|
||||
# Exit gracefully if nothing is todo
|
||||
true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue