[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:16:16 CDT 2010


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

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


- Log -----------------------------------------------------------------
commit a1b16ed79e3a7e75e6793102e21538b64f8fe9c5
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Wed Oct 27 22:14:34 2010 -0400

    One more URL parsing fix.

diff --git a/gitall-asterisk-scf.sh b/gitall-asterisk-scf.sh
index 5cf5d69..0a67076 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 at asterisk-scf/integration/gitall@@" | sed "s at .\\$@@"`
+gitdepot=`git remote show -n origin | grep -e "Fetch URL" | sed "s@^.*URL: @@" | sed "s at asterisk-scf/integration/gitall@@"`
 
 # 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