--- elwix/build_tools.sh 2017/08/22 14:36:56 1.8.2.2 +++ elwix/build_tools.sh 2017/10/08 22:03:32 1.8.2.3 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_tools.sh,v 1.8.2.2 2017/08/22 14:36:56 misho Exp $ +# $Id: build_tools.sh,v 1.8.2.3 2017/10/08 22:03:32 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -340,6 +340,10 @@ build_tools() } ### main() +if [ -n "${1}" ]; then + rm ${WORLD}/usr/local/elwix.ver +fi + if [ "${COMPILE_DEPTOOLS}" = "YES" ]; then compile_deps || exit 1 fi