Differences From Artifact [cdb22906ce]:
- File tcl/patchscripts/fixfixstrtod.sh — part of check-in [d08ab67dfd] at 2010-10-02 08:40:56 on branch trunk — Added missing file from previous commit (user: rkeene, size: 180) [annotate] [blame] [check-ins using]
To Artifact [4449fd2e8d]:
- File tcl/patchscripts/fixfixstrtod.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: 188) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 | #! /usr/bin/env bash echo '#undef strtod' > 'compat/strtod.c.new' cat 'compat/strtod.c' >> 'compat/strtod.c.new' cat 'compat/strtod.c.new' > 'compat/strtod.c' rm -f 'compat/strtod.c.new' |