lib.sh: condense err_() a bit

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2
Leah Rowe 2024-06-28 13:41:22 +01:00 committed by Leah Rowe
parent a9882cfa00
commit 5dc30167de
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ err="err_"
err_() err_()
{ {
printf "ERROR %s: %s\n" "$0" "$1" 1>&2 printf "ERROR %s: %s\n" "$0" "$1" 1>&2; exit 1
exit 1
} }
setvars() setvars()