@@ -7,10 +7,19 @@ fi if [ "${PLATFORM}" = "tcl" ]; then rm -rf out + exit 0 +fi + +# We only do anything on Tcl 8.4.x +if echo "${TCLVERS}" | grep '^8\.4\.'; then + true +else + rm -rf out + exit 0 fi VERS=8.5.2 SRC="src/tclDict-${VERS}.tar.gz"