Differences From Artifact [f74133378a]:
- Executable file tclx/build.sh — part of check-in [05cbe23afb] at 2013-12-19 15:37:58 on branch trunk — Added Tclx build script (user: rkeene, size: 3782) [annotate] [blame] [check-ins using]
To Artifact [b9cc1abd7b]:
- Executable file tclx/build.sh — part of check-in [a12c65d1e5] at 2014-04-27 04:12:47 on branch trunk — Minor whitespace change (user: rkeene, size: 3781) [annotate] [blame] [check-ins using]
︙ | |||
126 127 128 129 130 131 132 | 126 127 128 129 130 131 132 133 134 135 136 137 138 139 | - | done if [ ! -e "${INSTDIR}/lib/tclx8.4/pkgIndex.tcl" ]; then cat << _EOF_ > "${INSTDIR}/lib/tclx8.4/pkgIndex.tcl" package ifneeded Tclx 8.4 [list load {} Tclx] _EOF_ fi |
︙ |