Differences From Artifact [4a37f7a73e]:
- Executable file tcc4tcl/build.sh — part of check-in [3c71954242] at 2016-02-24 19:59:49 on branch trunk — Added some hashes for individual packages (user: rkeene, size: 3440) [annotate] [blame] [check-ins using]
To Artifact [b283812308]:
- Executable file tcc4tcl/build.sh — part of check-in [08887d8e7c] at 2016-03-11 17:28:35 on branch trunk — Fixed downloading of tcc4tcl (user: rkeene, size: 3436) [annotate] [blame] [check-ins using]
| ︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - + |
fi
export TCL_VERSION
if [ ! -f "${SRC}" ]; then
mkdir 'src' >/dev/null 2>/dev/null
if [ ! -d 'buildsrc' ]; then
|
| ︙ |