From 68a44cc0664407f648ce0e7ca0068c6d2acacc26 Mon Sep 17 00:00:00 2001 From: "Dwayne M. Hubbard" Date: Tue, 29 Jan 2008 23:50:42 +0000 Subject: [PATCH] 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 --- build_tools/make_version | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build_tools/make_version b/build_tools/make_version index c69560a952..e55727f403 100755 --- a/build_tools/make_version +++ b/build_tools/make_version @@ -22,6 +22,12 @@ elif [ -d .svn ]; then 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 -- 2.47.3