fix typo: /object/newobject/

Signed-off-by: Steven Armstrong <steven.armstrong@inf.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-02-14 11:21:49 +01:00
parent 17e24b6a75
commit a7fc721488
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ while [ "$__cdist_object_created_new" = 1 ]; do
__cdist_exit_err "${newobject} already exists, merge failed."
else
# Fine, merge back! FIXME: touch correct here?
touch "${object}/$__cdist_object_finished"
touch "${newobject}/$__cdist_object_finished"
pax -r -w "$newobject" "$__cdist_object_dir"
fi
done < "$__cdist_tmp_file"