···4142# Wrap any freshly-installed binaries and set up their TCLLIBPATH
43wrapTclBins() {
0044 if [[ -z "${TCLLIBPATH-}" ]]; then
45 echo "skipping automatic Tcl binary wrapping (nothing to do)"
46 return
···4142# Wrap any freshly-installed binaries and set up their TCLLIBPATH
43wrapTclBins() {
44+ if [ "$dontWrapTclBinaries" ]; then return; fi
45+46 if [[ -z "${TCLLIBPATH-}" ]]; then
47 echo "skipping automatic Tcl binary wrapping (nothing to do)"
48 return