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

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-08-27 12:20:56 +01:00
parent 6874bc39de
commit df6db1c64b
1 changed files with 1 additions and 1 deletions

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}"
}