From: Dwayne M. Hubbard Date: Tue, 29 Jan 2008 23:59:41 +0000 (+0000) Subject: Merged revisions 101080 via svnmerge from X-Git-Tag: 1.6.0-beta3~2^2~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4645221ac15c77660334ba601a3c18f12c466c33;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/trunk@101081 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/build_tools/make_version b/build_tools/make_version index 4e9901dc59..b7fdf82979 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