archives: simplification
as suggested by Raphaël Gbp-Dch: Short
This commit is contained in:
parent
cf2a9b951c
commit
ee2bbe4578
|
@ -20,8 +20,7 @@ USAGE="${PROGRAM} {source|binary|chroot} {install|remove} [--force]"
|
|||
_PASS="${1}"
|
||||
shift
|
||||
|
||||
if [ "${_PASS}" != "binary" ] && [ "${_PASS}" != "chroot" ] && [ "${_PASS}" != "source" ]
|
||||
then
|
||||
if ! In_List "${_PASS}" "binary" "chroot" "source"; then
|
||||
Usage
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue