err even louder

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-14 12:27:42 +01:00
parent cd52750fec
commit e075a79867
+1 -1
View File
@@ -30,7 +30,7 @@ findpath()
x_()
{
[ $# -lt 1 ] || "$@" || err "Unhandled error" "x_" "$@"; :
[ $# -lt 1 ] || "$@" || err "UNHANDLED ERROR" "x_" "$@"; :
}
err()