Differences From Artifact [8d67b5681a]:
- Executable file common/post/sdk.sh — part of check-in [be74a816de] at 2011-11-19 00:30:57 on branch trunk — Updated to support Tcl/Tk license.terms in root directory (seems to have moved with 8.6) (user: rkeene, size: 2958) [annotate] [blame] [check-ins using]
To Artifact [f6db47fdb8]:
- Executable file common/post/sdk.sh — part of check-in [4e8d261d38] at 2012-02-01 07:56:32 on branch trunk — Updated to call "/usr/bin/env" to locate "bash" in case it is not in "/bin" (user: rkeene, size: 2966) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | #! /usr/bin/env bash if [ -z "${TCLVERS}" ]; then echo 'This script is not meant to be run directly.' >&2 exit 1 fi |
︙ | ︙ |