|
|
@ -2402,7 +2402,7 @@ get_all_relations () { |
|
|
|
done < "${cache_file}.wip" > "${cache_file}.wip.new" |
|
|
|
mv "${cache_file}.wip.new" "${cache_file}.wip" |
|
|
|
if [ "$found" ]; then ## this "use" declaration was satisfied |
|
|
|
debug "${DARKYELLOW}$service${NORMAL} use declaration for relation " \ |
|
|
|
debug "${DARKYELLOW}$service${NORMAL} use declaration for relation" \ |
|
|
|
"${DARKBLUE}$relation_name${NORMAL} is satisfied with ${DARKYELLOW}$found${NORMAL}" |
|
|
|
continue |
|
|
|
fi |
|
|
|