Timestamp:
04/21/2023 08:49:40 AM (15 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
4ba94ad
Parents:
72711ab
Message:

Fix "ambiguous redirect" in func_dependencies

We use grep -l "${otherlink[*]"\$ to find parentNode, since the
parentNode is the only file with a link line that matches. Problem
is that sometimes the priority line may match too. This makes a
parentNode variable containing several lines, and when redirecting
to $parentNode, creates those "ambiguous redirect" messages.
Fix: use a loop, and only grep on the first line of each file.

(No files)

Note: See TracChangeset for help on using the changeset viewer.