Index: server/buildpkgs/common.sh ================================================================== --- server/buildpkgs/common.sh +++ server/buildpkgs/common.sh @@ -2,11 +2,11 @@ function setup_tcl () { local vers envfile for vers in "$@"; do - envfile="${PROJROOTDIR}/platform.magic.env-8.5" + envfile="${PROJROOTDIR}/platform.magic.env-${vers}" if [ ! -f "${envfile}" ]; then continue fi