From 995963baf4267e2d6221a5efc210130cfb1c64b7 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 13 Sep 2025 13:27:47 +0100 Subject: xbmk: much more verbose error messages use the new functionality in err(), whereby a given function name and arguments can be provided, for debugging purposes. something similar was already done in a few places, and replaced with this unified functionality. this patch will make xbmk much easier to debug, under fault conditions. Signed-off-by: Leah Rowe --- mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk') diff --git a/mk b/mk index 4f95cf31..3a3105de 100755 --- a/mk +++ b/mk @@ -30,7 +30,7 @@ main() version) printf "%s\nWebsite: %s\n" "$relname" "$projectsite" ;; release|download|inject) $cmd "$@" ;; -*) return 1 ;; - *) err "bad command" ;; + *) err "bad command" main "$@" ;; esac set -u -e # some commands disable them. turn them on! } -- cgit v1.2.1