summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-12-23 18:02:09 +0000
committerLeah Rowe <leah@libreboot.org>2023-12-23 18:02:09 +0000
commit746d9cadda36c1f5028b009543b0ae33dd6b06ff (patch)
tree23128d1bd7dfe568e7829f2c71dd96eedfa209c4 /build
parent655d3cdc881f72d2fdd0797ad92edae2f36ac73e (diff)
build: remove test command
i left this in here during the last change Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/build b/build
index ac6db677..b005a3bb 100755
--- a/build
+++ b/build
@@ -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} ${@}"
}