summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-09 18:48:58 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-09 18:48:58 +0100
commit2ee186aee3aa3ab9619ed9549bd3b82909dcfbd0 (patch)
tree9b3fdf6f9c27e5d59aa1b0204129942c0a9999e4 /build
parentc5441bb9f538ca45468db21c1c62f45680349a3d (diff)
minor code cleanup in the build system
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/build b/build
index bec2c67b..19ed8875 100755
--- a/build
+++ b/build
@@ -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}"
}