ci: fix up variadic invocation
This commit is contained in:
parent
5c18656a91
commit
bc2783effd
|
@ -10,9 +10,9 @@ check_input_ver_build $@
|
|||
eval $(parse_version "$1")
|
||||
datestamp="$(date +%Y%m%dT%H%M%SZ)"
|
||||
nightly="n${datestamp}"
|
||||
build="b$2"
|
||||
distro=${3:="unstable"}
|
||||
codename=${4:="sid"}
|
||||
build="b${2-0}"
|
||||
distro="${3-unstable}"
|
||||
codename="${4-sid}"
|
||||
|
||||
fver="${ver}~${nightly}~${build}"
|
||||
fname="freeswitch-$fver"
|
||||
|
|
Loading…
Reference in New Issue