diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-09 18:48:58 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-09 18:48:58 +0100 |
commit | 2ee186aee3aa3ab9619ed9549bd3b82909dcfbd0 (patch) | |
tree | 9b3fdf6f9c27e5d59aa1b0204129942c0a9999e4 /build | |
parent | c5441bb9f538ca45468db21c1c62f45680349a3d (diff) |
minor code cleanup in the build system
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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}" } |