non-friendly error messages in shell scripts. regression
Before the big shell script changes:
$ kea-admin db-init
ERROR/kea-admin: missing backend
<usage is printed>
Now:
$ kea-admin db-init
line 698: 1: unbound variable
Before the big shell script changes:
$ kea-admin db-init
ERROR/kea-admin: missing backend
<usage is printed>
Now:
$ kea-admin db-init
line 698: 1: unbound variable