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: |
c9f69348bd1048aa11b20fb050a7a4f5 |
| 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 2 | #! /bin/bash | | | 1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.5.16 8.6.2 cvs_HEAD"
# Find the base directory
for x in 1 2 3 4 __fail__; do
if [ "${x}" = "__fail__" ]; then
echo 'Unable to find KitCreator, aborting.' >&2
exit 1
|
| ︙ | ︙ |