Overview
Comment: | Updated nightly builds to use Tcl 8.5.16 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | c9f69348bd1048aa11b20fb050a7a4f5fc82457b |
User & Date: | rkeene on 2014-09-05 15:17:31 |
Other Links: | manifest | tags |
Context
2014-10-25
| ||
04:10 | Updated to use Tcl 8.5.17 check-in: 3e3db8efc2 user: rkeene tags: trunk | |
2014-09-05
| ||
15:17 | Updated nightly builds to use Tcl 8.5.16 check-in: c9f69348bd user: rkeene tags: trunk | |
02:33 | Updated README slightly check-in: d7b0958d40 user: rkeene tags: trunk | |
Changes
Modified build/test/test from [af8be2e90b] to [819d936a86].
1 1 #! /bin/bash 2 2 3 -VERSIONS="8.5.15 8.6.2 cvs_HEAD" 3 +VERSIONS="8.5.16 8.6.2 cvs_HEAD" 4 4 5 5 # Find the base directory 6 6 for x in 1 2 3 4 __fail__; do 7 7 if [ "${x}" = "__fail__" ]; then 8 8 echo 'Unable to find KitCreator, aborting.' >&2 9 9 10 10 exit 1