MahiroOS-jhalfs/BLFS/libs
Pierre Labastie 78d04f3f79 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.
2023-04-21 10:49:40 +02:00
..
constants.inc Remove $Id$ comments, they are useless with git 2021-10-31 10:22:30 +01:00
func_dependencies Fix "ambiguous redirect" in func_dependencies 2023-04-21 10:49:40 +02:00