diff options
author | andy <andrew.m.goth@gmail.com> | 2017-08-08 16:45:47 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2017-08-08 16:45:47 (GMT) |
commit | 0364abb28794dfc51a043615b44ead2175bf91f4 (patch) | |
tree | 0dbb21313c593560daed8f1fc6bd166186aaaae9 | |
parent | 94e285cad09f37ba982d10d920ead9ed582bab4f (diff) | |
download | tcl-0364abb28794dfc51a043615b44ead2175bf91f4.zip tcl-0364abb28794dfc51a043615b44ead2175bf91f4.tar.gz tcl-0364abb28794dfc51a043615b44ead2175bf91f4.tar.bz2 |
Cherrypick [527d354828]
-rw-r--r-- | generic/tclIOUtil.c | 2 |
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 |