From 57ff6ade4ab333f8987c1861835e8b45385a642a Mon Sep 17 00:00:00 2001 From: dhubbard Date: Tue, 29 Jan 2008 23:59:41 +0000 Subject: Merged revisions 101080 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r101080 | dhubbard | 2008-01-29 17:50:42 -0600 (Tue, 29 Jan 2008) | 1 line updated build_tools to handle the autotag directory structure changes; changes related to BE-353. Patch by The Russell and reviewed by The Me. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101081 f38db490-d61c-443f-a65b-d21fe96a405b --- build_tools/make_version | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build_tools/make_version') diff --git a/build_tools/make_version b/build_tools/make_version index 4e9901dc5..b7fdf8297 100755 --- a/build_tools/make_version +++ b/build_tools/make_version @@ -19,6 +19,12 @@ elif [ -d .svn ]; then for PART in $PARTS ; do if [ ${TAG} != 0 ] ; then + if [ "${PART}" = "autotag_for_be" ] ; then + continue + fi + if [ "${PART}" = "autotag_for_sx00i" ] ; then + continue + fi RESULT="${PART}" break fi -- cgit v1.2.3