summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-10-17 16:37:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-10-17 16:37:20 (GMT)
commit128086366a605d15a1a331e53e516f3e2a2acab3 (patch)
tree060d9261e777b81a4276695532b35a3b00caaa52 /generic/tclInterp.c
parentda2d06ef7001453e949f73dff29d7f3720c11cee (diff)
parente154c5151281fbbe01ef1361f5f6980a5ec5a6d3 (diff)
downloadtcl-128086366a605d15a1a331e53e516f3e2a2acab3.zip
tcl-128086366a605d15a1a331e53e516f3e2a2acab3.tar.gz
tcl-128086366a605d15a1a331e53e516f3e2a2acab3.tar.bz2
merge 8.7
Diffstat (limited to 'generic/tclInterp.c')
-rw-r--r--generic/tclInterp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInterp.c b/generic/tclInterp.c
index 0021add..1bcabe2 100644
--- a/generic/tclInterp.c
+++ b/generic/tclInterp.c
@@ -409,7 +409,7 @@ Tcl_Init(
" } else {\n"
" lappend scripts {::tcl::pkgconfig get scriptdir,runtime}\n"
" }\n"
-" lappend scripts {zipfs tcl_library}\n"
+" lappend scripts {::tcl::zipfs::tcl_library_init}\n"
" lappend scripts {\n"
"set parentDir [file dirname [file dirname [info nameofexecutable]]]\n"
"set grandParentDir [file dirname $parentDir]\n"