handle/config: fix errant "handle src for" call

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-08-27 12:20:56 +01:00
parent 6874bc39de
commit df6db1c64b

View File

@@ -254,7 +254,7 @@ copy_elf()
fail()
{
[ -z "${codedir}" ] || ./handle src for -c "${codedir}" || :
[ -z "${codedir}" ] || ./handle make file -c "${codedir}" || :
err "${1}"
}