config: better handle error condition

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-03-28 07:09:53 +00:00 committed by Raphaël Hertzog
parent 576ec6165a
commit 34c3f79be4
1 changed files with 1 additions and 1 deletions

View File

@ -857,7 +857,7 @@ Local_arguments ()
;;
*)
Echo_error "Internal error %s" "${0}"
Echo_error "Internal error, unhandled option: %s" "${1}"
exit 1
;;
esac