Differences From Artifact [c5265584d3]:
- Executable file mk4tcl/build.sh — part of check-in [b1003b10ac] at 2014-11-19 20:56:12 on branch trunk — Updated URL to a mirror of mk4tcl for now (user: rkeene, size: 4235) [annotate] [blame] [check-ins using] [more...]
To Artifact [5fd2ea249e]:
- Executable file mk4tcl/build.sh — part of check-in [6f9977f121] at 2016-02-24 19:38:52 on branch trunk — Updated to use common download infrastructure (user: rkeene, size: 4186) [annotate] [blame] [check-ins using]
38 38 fi 39 39 export TCL_VERSION 40 40 41 41 if [ ! -f "${SRC}" ]; then 42 42 mkdir 'src' >/dev/null 2>/dev/null 43 43 44 44 if [ ! -d 'buildsrc' ]; then 45 - rm -f "${SRC}.tmp" 46 - wget -O "${SRC}.tmp" "${SRCURL}" || exit 1 47 - mv "${SRC}.tmp" "${SRC}" 45 + download "${SRCURL}" "${SRC}" - || exit 1 48 46 fi 49 47 fi 50 48 51 49 ( 52 50 cd 'build' || exit 1 53 51 54 52 if [ ! -d '../buildsrc' ]; then