lib.sh: rename variable for clarity
Signed-off-by: Leah Rowe <leah@libreboot.org>20240612_branch
parent
7bfb1d621f
commit
137321ebc0
|
@ -220,8 +220,8 @@ e()
|
||||||
# e.g. coreboot is multi-tree, so 1
|
# e.g. coreboot is multi-tree, so 1
|
||||||
singletree()
|
singletree()
|
||||||
{
|
{
|
||||||
for pdir in "config/${1}/"*/target.cfg; do
|
for targetfile in "config/${1}/"*/target.cfg; do
|
||||||
[ ! -e "$pdir" ] && continue
|
[ ! -e "$targetfile" ] && continue
|
||||||
[ -f "$pdir" ] && return 1
|
[ -f "$targetfile" ] && return 1
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue