aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-01 06:42:04 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-01 06:42:04 +0000
commit568b8826d4fe7161302094db9e44ce345a266655 (patch)
tree304a512488d5ac65ac711e0782df9cd3d9c11a90 /build_tools
parentc3f0ff1ef44d8cf0cac2c1ede329bfe1ed27a0d1 (diff)
Merged revisions 11479 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r11479 | tilghman | 2006-03-01 00:39:10 -0600 (Wed, 01 Mar 2006) | 2 lines Bug 6618 - Solaris compatibility fix ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11480 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_svn_branch_name2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/make_svn_branch_name b/build_tools/make_svn_branch_name
index d77bc3f9c..848ca49eb 100755
--- a/build_tools/make_svn_branch_name
+++ b/build_tools/make_svn_branch_name
@@ -1,6 +1,6 @@
#!/bin/sh
-PARTS=`LANG=C svn info | grep URL | awk '{print $2;}' | sed -e s:^.*/svn/asterisk/:: | sed -e 's:/: :g'`
+PARTS=`LANG=C svn info | grep URL | awk '{print $2;}' | sed -e 's:^.*/svn/asterisk/::' | sed -e 's:/: :g'`
BRANCH=0
TEAM=0