···41414242# Wrap any freshly-installed binaries and set up their TCLLIBPATH
4343wrapTclBins() {
4444+ if [ "$dontWrapTclBinaries" ]; then return; fi
4545+4446 if [[ -z "${TCLLIBPATH-}" ]]; then
4547 echo "skipping automatic Tcl binary wrapping (nothing to do)"
4648 return