diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-14 12:27:42 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-14 12:27:42 +0100 |
| commit | e075a798672807be3e8f97991eeb18680673b98f (patch) | |
| tree | 62070457a41eed2b6cc9f92b87a1aa270e110bcd | |
| parent | cd52750fec586e5cf8668ba592590fea2cc72f5d (diff) | |
err even louder
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rwxr-xr-x | mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ findpath() x_() { - [ $# -lt 1 ] || "$@" || err "Unhandled error" "x_" "$@"; : + [ $# -lt 1 ] || "$@" || err "UNHANDLED ERROR" "x_" "$@"; : } err() |
