[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Oct 27 21:14:28 CDT 2010


branch "master" has been updated
       via  9c83b27e2074faf43a54add9dd28a6cc1c04289d (commit)
      from  2230db8a33a3e3520145db7341f2fdd12d436d68 (commit)

Summary of changes:
 gitall-asterisk-scf.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 9c83b27e2074faf43a54add9dd28a6cc1c04289d
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Wed Oct 27 22:12:46 2010 -0400

    Fix bug in determining URL for repositories cloned via git-daemon.

diff --git a/gitall-asterisk-scf.sh b/gitall-asterisk-scf.sh
index 80c15d7..5cf5d69 100755
--- a/gitall-asterisk-scf.sh
+++ b/gitall-asterisk-scf.sh
@@ -25,7 +25,7 @@ If no command is given, pull is run by default.
 EOF
 }
 
-gitdepot=`git remote show -n origin | grep -e "Fetch URL" | sed "s@^.*URL: @@" | sed "s@:asterisk-scf/integration/gitall@@"`
+gitdepot=`git remote show -n origin | grep -e "Fetch URL" | sed "s@^.*URL: @@" | sed "s at asterisk-scf/integration/gitall@@" | sed "s at .\\$@@"`
 
 # tree should probably be set by menu prompts or command line args
 # one day

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/gitall.git



More information about the asterisk-scf-commits mailing list