cleanup bin/cdist-object-codegen-all

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.0
Nico Schottelius 14 years ago
parent 80c745383a
commit 8995c77301
  1. 4
      bin/cdist-object-codegen-all

@ -34,10 +34,6 @@ __cdist_target_host="$1"; shift
__cdist_object_base_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"
while read object; do

Loading…
Cancel
Save