BLFS/libs: Another stupid bug in path_to

This commit is contained in:
Pierre Labastie 2018-02-02 21:06:49 +00:00
parent 5afaf7cc48
commit 59afe7323a

View file

@ -201,7 +201,7 @@ local id_of_dep
local r
if test "${start%.dep}" = "$seek"; then return 0; fi
seen="$seen$start "
seen="$seen${start%.dep} "
if test -s $start; then
{
while read prio_of_dep build_of_dep id_of_dep; do