build: remove test command

i left this in here during the last change

Signed-off-by: Leah Rowe <leah@libreboot.org>
9020vga
Leah Rowe 2023-12-23 18:02:09 +00:00
parent 655d3cdc88
commit 746d9cadda
1 changed files with 0 additions and 1 deletions

1
build
View File

@ -101,7 +101,6 @@ git_init()
excmd()
{
lbmkcmd="${buildpath}/${option}"
echo "TEST: $lbmkcmd"
[ -f "${lbmkcmd}" ] || fail "Invalid command. Run: ${linkpath} help"
shift 1; "$lbmkcmd" $@ || fail "excmd: ${lbmkcmd} ${@}"
}