mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
include/err x_(): more verbose error message
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-2
@@ -2,10 +2,10 @@
|
||||
# SPDX-FileCopyrightText: 2022, 2023 Leah Rowe <leah@libreboot.org>
|
||||
|
||||
x_() {
|
||||
[ $# -lt 1 ] || ${@} || err "${@}"
|
||||
[ $# -lt 1 ] || ${@} || err "non-zero exit status: ${@}"
|
||||
}
|
||||
xx_() {
|
||||
[ $# -lt 1 ] || ${@} || fail "${@}"
|
||||
[ $# -lt 1 ] || ${@} || fail "non-zero exit status: ${@}"
|
||||
}
|
||||
|
||||
setvars()
|
||||
|
||||
Reference in New Issue
Block a user