lib.sh: add a return to the end of chkvars()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-06-28 13:40:50 +01:00
parent d0f68a0fbf
commit e3546f77b8
+1 -1
View File
@@ -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 \