mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 22:12:40 +02:00
lib.sh: condense singletree() a bit
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-3
@@ -183,9 +183,8 @@ rmgit()
|
||||
singletree()
|
||||
{
|
||||
for targetfile in "config/${1}/"*/target.cfg; do
|
||||
[ -e "$targetfile" ] || continue
|
||||
[ -f "$targetfile" ] && return 1
|
||||
done
|
||||
[ -e "$targetfile" ] && [ -f "$targetfile" ] && return 1
|
||||
done; return 0
|
||||
}
|
||||
|
||||
download()
|
||||
|
||||
Reference in New Issue
Block a user