From 34c3f79be4a96b672f54367f714db07c225b642f Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sat, 28 Mar 2020 07:09:53 +0000 Subject: config: better handle error condition Gbp-Dch: Ignore --- scripts/build/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/config b/scripts/build/config index 9cf686332..9abe61e5d 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -857,7 +857,7 @@ Local_arguments () ;; *) - Echo_error "Internal error %s" "${0}" + Echo_error "Internal error, unhandled option: %s" "${1}" exit 1 ;; esac -- cgit v1.2.3