cleanup bin/cdist-object-codegen-all
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
80c745383a
commit
8995c77301
1 changed files with 0 additions and 4 deletions
|
@ -34,10 +34,6 @@ __cdist_target_host="$1"; shift
|
||||||
__cdist_object_base_dir="$1"; shift
|
__cdist_object_base_dir="$1"; shift
|
||||||
__cdist_exec_dir="$1"; shift
|
__cdist_exec_dir="$1"; shift
|
||||||
|
|
||||||
# change to directory containing objects
|
|
||||||
# cd "$__cdist_object_base_dir"
|
|
||||||
|
|
||||||
set -x
|
|
||||||
__cdist_object_list "$__cdist_object_base_dir" > "$__cdist_tmp_file"
|
__cdist_object_list "$__cdist_object_base_dir" > "$__cdist_tmp_file"
|
||||||
|
|
||||||
while read object; do
|
while read object; do
|
||||||
|
|
Loading…
Reference in a new issue