diff options
author | Leah Rowe <leah@libreboot.org> | 2023-12-16 07:58:13 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-12-16 07:58:13 +0000 |
commit | 39a3de574a7ae6d6165a660cd7efd9ac6a31a922 (patch) | |
tree | 591eb1f10ffd5df0fee0c6a5f788f6367d66c0f8 /build | |
parent | 1eb4df6748f94a08d44c623a56417199b99b371d (diff) |
remove DEBUG handling in lbmk (not needed)
all it did was set -v in the shell, which doesn't yield
very useful results. this is a relic of very old design
in the libreboot build system, that is no longer needed.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-x | build | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ # SPDX-FileCopyrightText: 2015, 2016 Klemens Nanni <contact@autoboot.org> # SPDX-FileCopyrightText: 2022, Caleb La Grange <thonkpeasant@protonmail.com> -[ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e export LC_COLLATE=C |