[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 Nov  3 11:01:15 CDT 2010
    
    
  
branch "master" has been updated
       via  c52dc8b4282d499e5013a448c05b72b144585abb (commit)
      from  b6afb8ac6a8623f1ebb18eb7f38282b43b4eb3ba (commit)
Summary of changes:
 gitall-asterisk-scf.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit c52dc8b4282d499e5013a448c05b72b144585abb
Author: Darren Sessions <dms at 80-67-24-10.digium.internal>
Date:   Wed Nov 3 10:55:19 2010 -0500
    Fixes an issue where the '-e' option used with grep was not working with Solaris.
diff --git a/gitall-asterisk-scf.sh b/gitall-asterisk-scf.sh
index 31cae5e..2d3832b 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@@"`
+gitdepot=`git remote show -n origin | grep "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