mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 19:23:24 +02:00
lib.sh: add a return to the end of check_defconfig
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ check_defconfig()
|
|||||||
[ -d "$1" ] || $err "Target '$1' not defined."
|
[ -d "$1" ] || $err "Target '$1' not defined."
|
||||||
for x in "$1"/config/*; do
|
for x in "$1"/config/*; do
|
||||||
[ -f "$x" ] && printf "%s\n" "$x" && return 1
|
[ -f "$x" ] && printf "%s\n" "$x" && return 1
|
||||||
done
|
done; return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
remkdir()
|
remkdir()
|
||||||
|
|||||||
Reference in New Issue
Block a user