archives: output actual error for bad pass param
Gbp-Dch: Ignore
This commit is contained in:
parent
43b4f9cdf6
commit
96c7977732
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue