mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
lib.sh: add a return to the end of chkvars()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ chkvars()
|
||||
{
|
||||
for var in $@; do
|
||||
eval "[ -n "\${$var+x}" ] || \$err \"$var unset\""
|
||||
done
|
||||
done; return 0
|
||||
}
|
||||
|
||||
eval `setvars "" _nogit board relname versiondate projectsite \
|
||||
|
||||
Reference in New Issue
Block a user