InstallDeps: Fix wrong OPENCOLLADA settings in final messages in some cases.

Reported by Jefferson Rausseo through mail, thanks.
This commit is contained in:
Bastien Montagne 2014-10-09 13:32:20 +02:00
parent 45ce901079
commit 127b92de83

@ -471,11 +471,12 @@ while true; do
esac
done
if $WITH_ALL; then
if [ $WITH_ALL == true -a $OPENCOLLADA_SKIP == false ]; then
WITH_OPENCOLLADA=true
fi
# This has to be done here, because user might force some versions...
PYTHON_SOURCE=( "http://python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tgz" )
NUMPY_SOURCE=( "http://sourceforge.net/projects/numpy/files/NumPy/$NUMPY_VERSION/numpy-$NUMPY_VERSION.tar.gz" )