begin to cleanup recursive call run
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
5237bcd5cd
commit
f4c53e800c
4 changed files with 40 additions and 15 deletions
|
|
@ -80,9 +80,12 @@ __cdist_bin_prefix="__"
|
|||
# Used for IDs
|
||||
__cdist_sane_regexp='[A-Za-z0-9]*[-A-Za-z0-9_]*'
|
||||
|
||||
# Used to mark file that created a specific type
|
||||
# File that contains source of a specific object creation
|
||||
__cdist_object_source=".source"
|
||||
|
||||
# Mark object finished
|
||||
__cdist_object_finished=".done"
|
||||
|
||||
|
||||
################################################################################
|
||||
# Function list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue