From 39a3de574a7ae6d6165a660cd7efd9ac6a31a922 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 16 Dec 2023 07:58:13 +0000 Subject: 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 --- script/build/roms | 1 - 1 file changed, 1 deletion(-) (limited to 'script/build/roms') diff --git a/script/build/roms b/script/build/roms index c1bca851..229e295f 100755 --- a/script/build/roms +++ b/script/build/roms @@ -6,7 +6,6 @@ # SPDX-FileCopyrightText: 2022-2023 Alper Nebi Yasak # SPDX-FileCopyrightText: 2023 Riku Viitanen -[ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e . "include/err.sh" -- cgit v1.2.1