forked from ungleich-public/cdist
finish cdist-object-codegen-all
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
6914071fe0
commit
80c745383a
3 changed files with 29 additions and 102 deletions
|
|
@ -141,9 +141,8 @@ __cdist_object_list()
|
|||
|
||||
cd "${basedir}"
|
||||
|
||||
find . -name "$__cdist_name_object_source" | \
|
||||
sed -e "s;$__cdist_name_object_source\$;;" \
|
||||
-e 's;^./;;'
|
||||
find . -name "$__cdist_name_object_source" | \
|
||||
sed -e "s;$__cdist_name_object_source\$;;" -e 's;^./;;'
|
||||
}
|
||||
|
||||
__cdist_tmp_removal()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue