Differences From Artifact [d1143d6e77]:
- File tcl/patchscripts/minbuild-nopkgs.sh — part of check-in [b29659c9d1] at 2011-03-03 11:30:07 on branch trunk — Updated to remove "pkgs" directory from Tcl when doing a minimal build (user: rkeene, size: 73) [annotate] [blame] [check-ins using] [more...]
To Artifact [360ef63d87]:
- File tcl/patchscripts/minbuild-nopkgs.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: 81) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 | #! /usr/bin/env bash if [ -n "${KITCREATOR_MINBUILD}" ]; then rm -rf 'pkgs' fi |