lib.sh err: add missing redirect to stderr

Signed-off-by: Leah Rowe <leah@libreboot.org>
25.04_branch
Leah Rowe 2025-05-04 10:18:33 +01:00
parent cd979e3b09
commit ee686cc86b
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ err()
(
$real_err "$@" || printf \
"WARNING: Err function '%s' *returned* 1. Will exit 1 anyway\n" \
"$real_err"
"$real_err" 1>&2
printf "WARNING: Err function '%s' didn't exit. Will exit 1 anyway\n" \
"$real_err" 1>&2
exit 1