diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-28 07:09:53 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-04-23 15:02:14 +0200 |
commit | 34c3f79be4a96b672f54367f714db07c225b642f (patch) | |
tree | c67cd533d5964e84bc152e2c4d113f6ec030c2fe | |
parent | 576ec6165a9ff6ed79170e2fc32a74401539aaa8 (diff) | |
download | vyos-live-build-34c3f79be4a96b672f54367f714db07c225b642f.tar.gz vyos-live-build-34c3f79be4a96b672f54367f714db07c225b642f.zip |
config: better handle error condition
Gbp-Dch: Ignore
-rwxr-xr-x | scripts/build/config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |