[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "sip-auth-hook" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Feb 7 19:12:10 CST 2011


branch "sip-auth-hook" has been updated
       via  b365c6903c0a09324ebdd9d664bf592fa127d5e4 (commit)
      from  1512425da52259210df6fea339798a9351256a7c (commit)

Summary of changes:
 make-python-api.sh |    2 +-
 make-ruby-api.sh   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit b365c6903c0a09324ebdd9d664bf592fa127d5e4
Author: David M. Lee <dlee at digium.com>
Date:   Mon Feb 7 19:12:06 2011 -0600

    Fixed a couple of copy/paste errors.

diff --git a/make-python-api.sh b/make-python-api.sh
index 539ed18..3300179 100755
--- a/make-python-api.sh
+++ b/make-python-api.sh
@@ -6,7 +6,7 @@ then
     exit 1
 fi
 
-if [ ! -x "${ICE_HOME}/bin/slice2cs" ]
+if [ ! -x "${ICE_HOME}/bin/slice2py" ]
 then
     echo "slice2py translator not found in ICE_HOME"
     echo "(${ICE_HOME})"
diff --git a/make-ruby-api.sh b/make-ruby-api.sh
index 4241a00..decc27a 100755
--- a/make-ruby-api.sh
+++ b/make-ruby-api.sh
@@ -6,7 +6,7 @@ then
     exit 1
 fi
 
-if [ ! -x "${ICE_HOME}/bin/slice2cs" ]
+if [ ! -x "${ICE_HOME}/bin/slice2rb" ]
 then
     echo "slice2rb translator not found in ICE_HOME"
     echo "(${ICE_HOME})"

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


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list