diff options
author | Leah Rowe <leah@libreboot.org> | 2023-12-23 18:02:09 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-12-23 18:02:09 +0000 |
commit | 746d9cadda36c1f5028b009543b0ae33dd6b06ff (patch) | |
tree | 23128d1bd7dfe568e7829f2c71dd96eedfa209c4 /build | |
parent | 655d3cdc881f72d2fdd0797ad92edae2f36ac73e (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-x | build | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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} ${@}" } |