Differences From Artifact [a2a67ecc4a]:
- File tcl/patchscripts/macosx-fixheaders.sh — part of check-in [8271861c61] at 2011-10-03 20:39:28 on branch trunk — Updated to copy more files from unix/ to macosx/ in Tcl and Tk (user: rkeene, size: 58) [annotate] [blame] [check-ins using]
- File tk/patchscripts/macosx-fixheaders.sh — part of check-in [8271861c61] at 2011-10-03 20:39:28 on branch trunk — Updated to copy more files from unix/ to macosx/ in Tcl and Tk (user: rkeene, size: 58) [annotate] [blame] [check-ins using]
To Artifact [fe59c37766]:
- File tcl/patchscripts/macosx-fixheaders.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: 66) [annotate] [blame] [check-ins using]
- File tk/patchscripts/macosx-fixheaders.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: 66) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 | #! /usr/bin/env bash cp unix/*.h unix/install-sh macosx/ exit 0 |