mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +02:00
build: remove test command
i left this in here during the last change Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -101,7 +101,6 @@ git_init()
|
|||||||
excmd()
|
excmd()
|
||||||
{
|
{
|
||||||
lbmkcmd="${buildpath}/${option}"
|
lbmkcmd="${buildpath}/${option}"
|
||||||
echo "TEST: $lbmkcmd"
|
|
||||||
[ -f "${lbmkcmd}" ] || fail "Invalid command. Run: ${linkpath} help"
|
[ -f "${lbmkcmd}" ] || fail "Invalid command. Run: ${linkpath} help"
|
||||||
shift 1; "$lbmkcmd" $@ || fail "excmd: ${lbmkcmd} ${@}"
|
shift 1; "$lbmkcmd" $@ || fail "excmd: ${lbmkcmd} ${@}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user