ci: remove unused variable

This commit is contained in:
Travis Cross 2012-05-06 02:07:28 +00:00
parent 000e78df0f
commit c408911551
1 changed files with 1 additions and 3 deletions

View File

@ -21,8 +21,6 @@ rev=$(echo "$ver" | cut -d. -f4)
tmp_dir=${TMP_DIR:="/tmp"}
build="$2"
dst_name="freeswitch-$major.$minor.$micro"
dst_parent="${tmp_dir}/jenkis.$$/"
dst_dir="${tmp_dir}/jenkins.$$/$dst_name"
@ -74,7 +72,7 @@ mv -f ${dst_name}.tar.* ${src_repo}/src_dist
cat 1>&2 <<EOF
----------------------------------------------------------------------
The freeswitch-${ver}.${build} tarballs have been rolled,
The freeswitch-${ver} tarballs have been rolled,
now we just need to roll packages with them
----------------------------------------------------------------------
EOF