Overview
Comment: | Corrected typo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
db6bac1cb37c9a8cd8b1628e2ed72a7b |
User & Date: | rkeene on 2010-09-26 04:37:18 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:37 | Cleaned up false error check-in: 082204b4b8 user: rkeene tags: trunk | |
04:37 | Corrected typo check-in: db6bac1cb3 user: rkeene tags: trunk | |
04:37 |
Updated to use existing Tclkit if found for final step
Updated to build all pieces needed for a tclkit check-in: 74dad5670f user: rkeene tags: trunk | |
Changes
Modified memchan/build.sh from [9c84b59feb] to [f18a3d8d1a].
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + | if [ -z "${TCLVERS}" ]; then echo 'ERROR: The TCLVERS environment variable is not set' >&2 exit 1 fi MEMCHANVERS="2.2.1" |
︙ |