mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
lib.sh: rename variable for clarity
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+3
-3
@@ -220,8 +220,8 @@ e()
|
||||
# e.g. coreboot is multi-tree, so 1
|
||||
singletree()
|
||||
{
|
||||
for pdir in "config/${1}/"*/target.cfg; do
|
||||
[ ! -e "$pdir" ] && continue
|
||||
[ -f "$pdir" ] && return 1
|
||||
for targetfile in "config/${1}/"*/target.cfg; do
|
||||
[ ! -e "$targetfile" ] && continue
|
||||
[ -f "$targetfile" ] && return 1
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user