cleanup bin/cdist-object-codegen-all

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-16 21:56:47 +01:00
parent 80c745383a
commit 8995c77301
1 changed files with 0 additions and 4 deletions

View File

@ -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