mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
lbmk scripts: general code cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-4
@@ -90,8 +90,7 @@ verify_config()
|
||||
{
|
||||
[ -z "${rev+x}" ] && err 'verify_config: rev not set'
|
||||
[ -z "${loc+x}" ] && err 'verify_config: loc not set'
|
||||
[ -z "${url+x}" ] && err 'verify_config: url not set'
|
||||
return 0
|
||||
[ -z "${url+x}" ] && err 'verify_config: url not set'; return 0
|
||||
}
|
||||
|
||||
clone_project()
|
||||
@@ -146,6 +145,5 @@ git_am_patches()
|
||||
[ ! -d "${patches}" ] && continue
|
||||
git_am_patches "${sdir}" "${patches}"
|
||||
done
|
||||
[ "${patchfail}" = "y" ] && return 1
|
||||
return 0
|
||||
[ "${patchfail}" = "y" ] && return 1; return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user