minor code cleanup in the build system

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-06-09 18:48:58 +01:00
parent c5441bb9f5
commit 2ee186aee3
4 changed files with 6 additions and 10 deletions
+1 -2
View File
@@ -128,8 +128,7 @@ fetch_trees()
fail()
{
tmp_cleanup || printf "WARNING: can't rm tmp files: %s\n" "$tmpdir" \
1>&2
tmp_cleanup || printf "WARNING: can't rm tmpfiles: %s\n" "$tmpdir" 1>&2
err_ "${1}"
}