mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-28 15:09:04 +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()
|
||||
{
|
||||
[ -z "${codedir}" ] || ./handle src for -c "${codedir}" || :
|
||||
[ -z "${codedir}" ] || ./handle make file -c "${codedir}" || :
|
||||
err "${1}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user