mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 10:12:04 +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>
|
# SPDX-FileCopyrightText: 2022, 2023 Leah Rowe <leah@libreboot.org>
|
||||||
|
|
||||||
x_() {
|
x_() {
|
||||||
[ $# -lt 1 ] || ${@} || err "${@}"
|
[ $# -lt 1 ] || ${@} || err "non-zero exit status: ${@}"
|
||||||
}
|
}
|
||||||
xx_() {
|
xx_() {
|
||||||
[ $# -lt 1 ] || ${@} || fail "${@}"
|
[ $# -lt 1 ] || ${@} || fail "non-zero exit status: ${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
setvars()
|
setvars()
|
||||||
|
|||||||
Reference in New Issue
Block a user