From 56e62e55f3d7adaf434b5dc90be323a0ec2b56c1 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 23 May 2008 15:29:19 +0000 Subject: get version string built correctly, fix some minor bugs in the configure script git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4342 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- build_tools/make_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_tools/make_version') diff --git a/build_tools/make_version b/build_tools/make_version index d710ffa..e6caaa2 100755 --- a/build_tools/make_version +++ b/build_tools/make_version @@ -5,7 +5,7 @@ if [ -f ${1}/.version ]; then elif [ -f ${1}/.svnrevision ]; then echo SVN-`cat ${1}/.svnbranch`-r`cat ${1}/.svnrevision` elif [ -d .svn ]; then - PARTS=`LANG=C svn info ${1} | grep URL | awk '{print $2;}' | sed -e s:^.*/svn/zaptel/:: | sed -e 's:/: :g'` + PARTS=`LANG=C svn info ${1} | grep URL | awk '{print $2;}' | sed -e s:^.*/svn/${2}/:: | sed -e 's:/: :g'` BRANCH=0 TEAM=0 -- cgit v1.2.3