[asterisk-scf-commits] asterisk-scf/release/slice.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Feb 8 06:37:38 CST 2011
branch "master" has been updated
via a4973ac6594b05d24c50bd029ab28ce3623d71c2 (commit)
from fe141a9ec5641b863173ef2831f0608b96e9d925 (commit)
Summary of changes:
make-python-api.sh | 2 +-
make-ruby-api.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
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/release/slice.git
More information about the asterisk-scf-commits
mailing list