build: soft-fail for missing arguments here

This commit is contained in:
Franco Fichtner 2021-01-26 16:39:48 +01:00
parent 3b8dad95d2
commit 42e6909107
1 changed files with 2 additions and 2 deletions

View File

@ -878,8 +878,8 @@ bundle_packages()
BASEDIR=${1}
SELF=${2}
shift
shift
shift || true
shift || true
REDOS=${@}