Differences From Artifact [62c5e466bc]:
- Executable file build/test/test — part of check-in [bf07147147] at 2023-11-23 19:57:45 on branch trunk — Upgrade to Tcl/Tk 8.6.13 (user: sbron, size: 15584) [annotate] [blame] [check-ins using]
To Artifact [3f4a96ca6e]:
- Executable file build/test/test — part of check-in [97a1e6339f] at 2024-05-21 15:19:45 on branch trunk — Upgrade to Tcl/Tk 8.6.14 (user: schelte, size: 15584) [annotate] [blame] [check-ins using]
1 2 | #! /bin/bash | | | 1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.5.19 8.6.14 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
|
| ︙ | ︙ |