summaryrefslogtreecommitdiffstats
path: root/library/package.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-05 11:55:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-05 11:55:56 (GMT)
commit435cd89eb85511e1dea7303fdaeef4a863e5a19c (patch)
tree72eac7cc10c5256c66609a08c44196e94e1c5f91 /library/package.tcl
parent9f5fab9296c69ae125f5d288a5cca0d1dc3321ec (diff)
parent52862763d3a3bc08041532e0afc9bf27ef9abbe0 (diff)
downloadtcl-435cd89eb85511e1dea7303fdaeef4a863e5a19c.zip
tcl-435cd89eb85511e1dea7303fdaeef4a863e5a19c.tar.gz
tcl-435cd89eb85511e1dea7303fdaeef4a863e5a19c.tar.bz2
Merge trunk. Improve test-case. Bring back "source -nopkg", but only as undocumented internal helper for ::tcl::Pkg::source.
Diffstat (limited to 'library/package.tcl')
-rw-r--r--library/package.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/package.tcl b/library/package.tcl
index 1cb2d3d..5257cd6 100644
--- a/library/package.tcl
+++ b/library/package.tcl
@@ -506,7 +506,7 @@ proc tclPkgUnknown {name args} {
# safe interps usually don't have "file exists",
if {([interp issafe] || [file exists $file])} {
try {
- source $file
+ ::tcl::Pkg::source $file
} trap {POSIX EACCES} {} {
# $file was not readable; silently ignore
continue