Differences From Artifact [2e24f26dd6]:
- Executable file server/buildpkgs/tclpkcs11/build.sh — part of check-in [b759ce7ece] at 2010-10-17 12:54:27 on branch trunk — Added TclPCKS11 build script Reworked build script for Tcl to install Tcl and set TCLCONFIGDIR to installed location (user: rkeene, size: 1242) [annotate] [blame] [check-ins using]
 
To Artifact [273f6727b7]:
- Executable file server/buildpkgs/tclpkcs11/build.sh — part of check-in [0fb44ad541] at 2011-06-30 00:29:08 on branch trunk — Corrected typo (user: rkeene, size: 1245) [annotate] [blame] [check-ins using]
 
| ︙ | |||
8 9 10 11 12 13 14  | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23  | - - + +  | 
if [ "${PLATFORM}" = "tcl" ]; then
	rm -rf out
	exit 0
fi
 | 
| ︙ |