mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
updated build_tools to handle the autotag directory structure changes; changes related to BE-353. Patch by Russell and reviewed by Me.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@101080 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -22,6 +22,12 @@ elif [ -d .svn ]; then
|
|||||||
do
|
do
|
||||||
if [ ${TAG} != 0 ]
|
if [ ${TAG} != 0 ]
|
||||||
then
|
then
|
||||||
|
if [ "${PART}" = "autotag_for_be" ] ; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
if [ "${PART}" = "autotag_for_sx00i" ] ; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
RESULT="${PART}"
|
RESULT="${PART}"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user