run dependency, not object again

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-18 01:35:52 +01:00
parent 7336499995
commit 84b4bf628e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ echo "Checking code for $object ..."
if [ -f "$require" ]; then
while read requirement; do
echo "Running dependency $requirement for $object ..."
cdist-remote-code-run "$__cdist_out_object_dir" "$object"
cdist-remote-code-run "$__cdist_out_object_dir" "$requirement"
done < "$require"
fi