BLFS/libs: Another stupid bug in path_to
This commit is contained in:
parent
5afaf7cc48
commit
59afe7323a
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ local id_of_dep
|
||||||
local r
|
local r
|
||||||
|
|
||||||
if test "${start%.dep}" = "$seek"; then return 0; fi
|
if test "${start%.dep}" = "$seek"; then return 0; fi
|
||||||
seen="$seen$start "
|
seen="$seen${start%.dep} "
|
||||||
if test -s $start; then
|
if test -s $start; then
|
||||||
{
|
{
|
||||||
while read prio_of_dep build_of_dep id_of_dep; do
|
while read prio_of_dep build_of_dep id_of_dep; do
|
||||||
|
|
Reference in a new issue