[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
Tue Feb 8 06:37:50 CST 2011
branch "sip-auth-hook" has been updated
via 2e556b3559e046ba4407f0e2924ba5e6e9a5f1eb (commit)
via a4973ac6594b05d24c50bd029ab28ce3623d71c2 (commit)
from b365c6903c0a09324ebdd9d664bf592fa127d5e4 (commit)
Summary of changes:
- Log -----------------------------------------------------------------
commit 2e556b3559e046ba4407f0e2924ba5e6e9a5f1eb
Merge: b365c69 a4973ac
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Tue Feb 8 06:37:45 2011 -0600
Merge branch 'master' into sip-auth-hook
commit a4973ac6594b05d24c50bd029ab28ce3623d71c2
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 01bbe81..bb4d52d 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