From 2ee186aee3aa3ab9619ed9549bd3b82909dcfbd0 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 9 Jun 2024 18:48:58 +0100 Subject: minor code cleanup in the build system Signed-off-by: Leah Rowe --- build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build') 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}" } -- cgit v1.2.1