mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 08:29:45 +00:00
lets make the revs work correctly
This commit is contained in:
parent
673b1019a2
commit
4b9be86a8e
@ -8,8 +8,12 @@ sdir="."
|
||||
check_pwd
|
||||
check_input_ver_build $@
|
||||
eval $(parse_version "$1")
|
||||
if [ -n "$grev" ]; then
|
||||
dst_name="freeswitch-$cmajor.$cminor.$cmicro.$grev"
|
||||
else
|
||||
dst_name="freeswitch-$cmajor.$cminor.$cmicro"
|
||||
fi
|
||||
|
||||
dst_name="freeswitch-$cmajor.$cminor.$cmicro"
|
||||
dst_dir="${tmp_dir}/jenkins.$$/$dst_name"
|
||||
|
||||
if [ -d "$dst_dir" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user