[asterisk-commits] dsessions: testsuite/bamboo/trunk r1243 -	/bamboo/trunk/bin/
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Dec 17 15:19:25 UTC 2010
    
    
  
Author: dsessions
Date: Fri Dec 17 09:19:21 2010
New Revision: 1243
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1243
Log:
first rev of the gitall fix with the scf build scripts
Modified:
    bamboo/trunk/bin/build-asterisk-scf.sh
Modified: bamboo/trunk/bin/build-asterisk-scf.sh
URL: http://svnview.digium.com/svn/testsuite/bamboo/trunk/bin/build-asterisk-scf.sh?view=diff&rev=1243&r1=1242&r2=1243
==============================================================================
--- bamboo/trunk/bin/build-asterisk-scf.sh (original)
+++ bamboo/trunk/bin/build-asterisk-scf.sh Fri Dec 17 09:19:21 2010
@@ -14,9 +14,9 @@
 
 if [[ "$COMPONENT_NAM" == "gitall" ]]
 then
-	CLONED_REV = `cat .git/refs/heads/master`
+CLONED_REV = `cat .git/refs/heads/master`
 else
-	CLONED_REV = `cat $COMPONENT_NAM/.git/refs/heads/master`
+CLONED_REV = `cat $COMPONENT_NAM/.git/refs/heads/master`
 fi
 
 echo ""
    
    
More information about the asterisk-commits
mailing list