--- elwix/build_3thparty.sh 2012/02/22 15:43:10 1.1.2.3 +++ elwix/build_3thparty.sh 2012/03/20 15:54:00 1.1.2.4 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_3thparty.sh,v 1.1.2.3 2012/02/22 15:43:10 misho Exp $ +# $Id: build_3thparty.sh,v 1.1.2.4 2012/03/20 15:54:00 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -15,6 +15,11 @@ if [ X"${ELWIX_IS_CONFIGURED}" != X"YES" ]; then echo exit 1 fi +V=${VERSION} +[ -r ${CENV} ] && . ${CENV} +unset INSTALL +unset VERSION +VERSION="$V" if [ ! -d $BSDSRC ]; then echo