From 25664d26e955f5aa77d5bab9ea1404f99171812e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 19 Mar 2011 02:24:22 +0100 Subject: [PATCH] +new Signed-off-by: Nico Schottelius --- bin/cdist-manifest-run-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-manifest-run-all b/bin/cdist-manifest-run-all index 501da620..059d829f 100755 --- a/bin/cdist-manifest-run-all +++ b/bin/cdist-manifest-run-all @@ -97,7 +97,7 @@ while [ "$__cdist_new_objects_created" = "y" ]; do __cdist_new_object_top_dir=${__cdist_new_object_dir%/*} # Move object, not only parts - mv "${__cdist_new_object_dir}/" "$__cdist_object_top_dir" + mv "${__cdist_new_object_dir}/" "$__cdist_new_object_top_dir" done < "$__cdist_new_objects_list" # Remove listing and objects, otherwise the next type will reuse it...