mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 03:25:25 +02:00
lib.sh: condense err_() a bit
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user