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

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2
Leah Rowe 2024-06-28 13:40:50 +01:00 committed by Leah Rowe
parent 511423a85a
commit a9882cfa00
1 changed files with 1 additions and 1 deletions

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 \