add logName to echo_if_fail

This commit is contained in:
2025-08-28 18:51:19 -05:00
parent 315d340257
commit b1c89719d0
5 changed files with 11 additions and 7 deletions

View File

@@ -319,6 +319,7 @@ do_build() {
test -f "${patch}" || continue
echo_if_fail patch -p1 -i "${patch}" || return 1
done
export LOGNAME="${build}"
echo_if_fail build_"${build}"
retval=$?
popd >/dev/null || return 1