mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 17:58:46 +02:00
handle/config: fix errant "handle src for" call
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -254,7 +254,7 @@ copy_elf()
|
|||||||
|
|
||||||
fail()
|
fail()
|
||||||
{
|
{
|
||||||
[ -z "${codedir}" ] || ./handle src for -c "${codedir}" || :
|
[ -z "${codedir}" ] || ./handle make file -c "${codedir}" || :
|
||||||
err "${1}"
|
err "${1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user