summaryrefslogtreecommitdiffstats
path: root/win/tcl.rc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-06-25 08:02:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-06-25 08:02:17 (GMT)
commit6715d97bb1ecb5a5355dfcc0d675d36b4e415f6e (patch)
tree64b598c4820651ae48c6c9b42c021aba721d72c0 /win/tcl.rc
parentb358a0b815c16a175c7861aa6cbb08b9ca211cb4 (diff)
parent7ff1c6327811218e507ea4784394a0460e90413b (diff)
downloadtcl-6715d97bb1ecb5a5355dfcc0d675d36b4e415f6e.zip
tcl-6715d97bb1ecb5a5355dfcc0d675d36b4e415f6e.tar.gz
tcl-6715d97bb1ecb5a5355dfcc0d675d36b4e415f6e.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/tcl.rc')
-rw-r--r--win/tcl.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tcl.rc b/win/tcl.rc
index d88ca0a..be5e0a7 100644
--- a/win/tcl.rc
+++ b/win/tcl.rc
@@ -48,7 +48,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright \251 2001 by ActiveState Corporation, et al\0"
VALUE "ProductName", "Tcl " TCL_VERSION " for Windows\0"
VALUE "ProductVersion", TCL_PATCH_LEVEL
- END
+ END
END
BLOCK "VarFileInfo"
BEGIN