summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-24 15:29:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-24 15:29:11 (GMT)
commit231fd112f959c258117188b044681643f30129f1 (patch)
treed3c3a9e9938c44a0437c988559ba263b612c7fc8 /win/Makefile.in
parent9a6a7030e80397a55a4ee8d090ec9f85b585f13d (diff)
parent70a3d08fc4eb639c20c5613ea5952a0dfdd5e935 (diff)
downloadtcl-231fd112f959c258117188b044681643f30129f1.zip
tcl-231fd112f959c258117188b044681643f30129f1.tar.gz
tcl-231fd112f959c258117188b044681643f30129f1.tar.bz2
Merge 8.7
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 1c74b4f..2713e73 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -1009,7 +1009,7 @@ runtest: tcltest
# `make shell SCRIPT=foo.tcl`
shell: binaries
@TCL_LIBRARY="$(LIBRARY_DIR)"; export TCL_LIBRARY; \
- $(WINE) ./$(TCLSH) $(SCRIPT)
+ $(WINE) ./$(TCLSH) -encoding utf-8 $(SCRIPT)
# This target can be used to run tclsh inside either gdb or insight
gdb: binaries