archives: output actual error for bad pass param

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-05-03 00:59:37 +01:00
parent 43b4f9cdf6
commit 96c7977732
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ _ACTION="${2}"
shift 2
if ! In_list "${_PASS}" "binary" "chroot" "source"; then
Echo_error "Invalid pass parameter: '${_PASS}'"
Usage --fail
fi