summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-04 14:05:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-04 14:05:20 (GMT)
commit1297b4be9b37d8c39cb9bd2f8451c1b69bc6fa13 (patch)
tree690246b6abf3458ded10e0293e2c086f894d77ef /generic/tclInterp.c
parent328461c6cf73105f97aee07048a22741b4d2cc2b (diff)
parent6c67fa6248b76a800bbd47bdc27bfec84e1f0de4 (diff)
downloadtcl-1297b4be9b37d8c39cb9bd2f8451c1b69bc6fa13.zip
tcl-1297b4be9b37d8c39cb9bd2f8451c1b69bc6fa13.tar.gz
tcl-1297b4be9b37d8c39cb9bd2f8451c1b69bc6fa13.tar.bz2
Merge trunk. First steps in eliminating "source -nopkg". Some test-cases still fail.
Diffstat (limited to 'generic/tclInterp.c')
-rw-r--r--generic/tclInterp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclInterp.c b/generic/tclInterp.c
index 7874de9..af9f1bf 100644
--- a/generic/tclInterp.c
+++ b/generic/tclInterp.c
@@ -421,6 +421,7 @@ Tcl_Init(
" {file join $grandParentDir lib tcl[info tclversion]} \\\n"
" {file join $parentDir library} \\\n"
" {file join $grandParentDir library} \\\n"
+" {file join $grandParentDir tcl[info tclversion] library} \\\n"
" {file join $grandParentDir tcl[info patchlevel] library} \\\n"
" {\n"
"file join [file dirname $grandParentDir] tcl[info patchlevel] library}\n"