summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2017-08-08 16:45:47 (GMT)
committerandy <andrew.m.goth@gmail.com>2017-08-08 16:45:47 (GMT)
commit0364abb28794dfc51a043615b44ead2175bf91f4 (patch)
tree0dbb21313c593560daed8f1fc6bd166186aaaae9 /generic
parent94e285cad09f37ba982d10d920ead9ed582bab4f (diff)
downloadtcl-0364abb28794dfc51a043615b44ead2175bf91f4.zip
tcl-0364abb28794dfc51a043615b44ead2175bf91f4.tar.gz
tcl-0364abb28794dfc51a043615b44ead2175bf91f4.tar.bz2
Cherrypick [527d354828]
Diffstat (limited to 'generic')
-rw-r--r--generic/tclIOUtil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c
index e1c5709..6465931 100644
--- a/generic/tclIOUtil.c
+++ b/generic/tclIOUtil.c
@@ -1805,7 +1805,7 @@ Tcl_FSEvalFileEx(
* this cross-platform to allow for scripted documents. [Bug: 2040]
*/
- Tcl_SetChannelOption(interp, chan, "-eofchar", "\32");
+ Tcl_SetChannelOption(interp, chan, "-eofchar", "\32 {}");
/*
* If the encoding is specified, set it for the channel. Else don't touch