Skip to content
Snippets Groups Projects
Commit 9cc6ad48 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

Merged revision 7510 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7510 | kpfleming | 2005-12-16 20:20:04 -0600 (Fri, 16 Dec 2005) | 2 lines

fix some buglet when building team branch version strings

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7512 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 5bca3c54
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
PARTS=`LANG=C svn info | grep URL | awk '{print $2;}' | sed -e s:^.*/svn/asterisk/:: | sed -e 's:/: :'` PARTS=`LANG=C svn info | grep URL | awk '{print $2;}' | sed -e s:^.*/svn/asterisk/:: | sed -e 's:/: :g'`
BRANCH=0 BRANCH=0
TEAM=0 TEAM=0
...@@ -47,4 +47,4 @@ do ...@@ -47,4 +47,4 @@ do
fi fi
done done
echo ${RESULT}-r${REV} echo ${RESULT##-}-r${REV}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment