Artifact 4449fd2e8db33595df5e7535d868e5cdf537667d:
- 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]
#! /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'