Differences From Artifact [91d947f7af]:
- Executable file kitcreator — 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: 4452) [annotate] [blame] [check-ins using]
To Artifact [b301e03af9]:
- Executable file kitcreator — part of check-in [31c33b52d5] at 2013-08-06 23:55:15 on branch trunk — Updated to use Tcl 8.5.14 as default build (user: rkeene, size: 4452) [annotate] [blame] [check-ins using]
1 2 | #! /usr/bin/env bash | | | 1 2 3 4 5 6 7 8 9 10 | #! /usr/bin/env bash TCLVERS="8.5.14" if echo "$1" | grep '^[0-9][0-9]*\.' >/dev/null || echo "$1" | egrep '^(cvs|fossil)_' >/dev/null; then TCLVERS="$1" shift fi export TCLVERS |
︙ | ︙ |