mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +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_()
|
||||
{
|
||||
printf "ERROR %s: %s\n" "$0" "$1" 1>&2
|
||||
exit 1
|
||||
printf "ERROR %s: %s\n" "$0" "$1" 1>&2; exit 1
|
||||
}
|
||||
|
||||
setvars()
|
||||
|
||||
Reference in New Issue
Block a user