summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-03-01 06:42:04 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-03-01 06:42:04 +0000
commit37a3bdce2a04d2378f4ad156ba4b037f1a09df06 (patch)
tree304a512488d5ac65ac711e0782df9cd3d9c11a90
parent4cdf248d8268c95b8e4fa69917ba1e805e882645 (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: https://origsvn.digium.com/svn/asterisk/trunk@11480 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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