Differences From Artifact [0f58abd23a]:
- Executable file build/test/test — part of check-in [f13053c0b5] at 2019-02-03 21:09:07 on branch trunk — Upgraded to Tcl/Tk 8.6.9 (user: rkeene, size: 15583) [annotate] [blame] [check-ins using]
To Artifact [4a10ab6106]:
- Executable file build/test/test — part of check-in [e6fc8fa373] at 2020-01-22 18:44:13 on branch trunk — Upgrade to Tcl/Tk 8.6.10 (user: rkeene, size: 15584) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.5.19 8.6.9 fossil_trunk"
# 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
|
| |
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.5.19 8.6.10 fossil_trunk"
# 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
|