[asterisk-commits] trunk r11480 - in /trunk: ./ build_tools/make_svn_branch_name

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Feb 28 23:42:05 MST 2006


Author: tilghman
Date: Wed Mar  1 00:42:04 2006
New Revision: 11480

URL: http://svn.digium.com/view/asterisk?rev=11480&view=rev
Log:
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

........

Modified:
    trunk/   (props changed)
    trunk/build_tools/make_svn_branch_name

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: trunk/build_tools/make_svn_branch_name
URL: http://svn.digium.com/view/asterisk/trunk/build_tools/make_svn_branch_name?rev=11480&r1=11479&r2=11480&view=diff
==============================================================================
--- trunk/build_tools/make_svn_branch_name (original)
+++ trunk/build_tools/make_svn_branch_name Wed Mar  1 00:42:04 2006
@@ -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
 



More information about the asterisk-commits mailing list