diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-06-25 07:52:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-06-25 07:52:36 (GMT) |
commit | 14f9ede96158ae37b5c8513a27bd864e32b250da (patch) | |
tree | 4a35c256c764c140e6d6e0c94252eee87658ee9d /win/tclConfig.sh.in | |
parent | 3ea3c1f2f99b0ca58203368be9c7baeff3f6c5e4 (diff) | |
download | tcl-14f9ede96158ae37b5c8513a27bd864e32b250da.zip tcl-14f9ede96158ae37b5c8513a27bd864e32b250da.tar.gz tcl-14f9ede96158ae37b5c8513a27bd864e32b250da.tar.bz2 |
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specific files to UTF-8 too.
Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether.
See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
Diffstat (limited to 'win/tclConfig.sh.in')
-rw-r--r-- | win/tclConfig.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in index 00a8790..75324b2 100644 --- a/win/tclConfig.sh.in +++ b/win/tclConfig.sh.in @@ -1,5 +1,5 @@ # tclConfig.sh -- -# +# # This shell script (for sh) is generated automatically by Tcl's # configure script. It will create shell variables for most of # the configuration options discovered by the configure script. |