Minor fix to EC2 image configuration script.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063149 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jsdelfino 2011-01-25 06:09:37 +00:00
parent a9efdb471e
commit 773cd23970

View file

@ -90,6 +90,6 @@ if [ "$?" != "0" ]; then
fi
# Download and install the Tuscany runtime
wget http://people.apache.org/~jsdelfino/tuscany/test/tuscany-sca-cpp-all-1.0-src.tar.gz
tar xzf tuscany-sca-cpp-all-1.0-src.tar.gz
wget http://people.apache.org/~jsdelfino/tuscany/test/tuscany-sca-cpp-all-1.0.tar.gz
tar xzf tuscany-sca-cpp-all-1.0.tar.gz