diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-05 13:09:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-05 13:09:26 (GMT) |
commit | 7660a167e1a0bfce591e4b2a7b6b7043e72925af (patch) | |
tree | 62f979a98827cae50c7dc57388f6816561d7a88e /library | |
parent | 435cd89eb85511e1dea7303fdaeef4a863e5a19c (diff) | |
download | tcl-7660a167e1a0bfce591e4b2a7b6b7043e72925af.zip tcl-7660a167e1a0bfce591e4b2a7b6b7043e72925af.tar.gz tcl-7660a167e1a0bfce591e4b2a7b6b7043e72925af.tar.bz2 |
One more ::tcl::Pkg::source, for the Mac
Diffstat (limited to 'library')
-rw-r--r-- | library/package.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/package.tcl b/library/package.tcl index 5257cd6..c72fbfb 100644 --- a/library/package.tcl +++ b/library/package.tcl @@ -590,7 +590,7 @@ proc tcl::MacOSXPkgUnknown {original name args} { set dir [file dirname $file] if {![info exists procdDirs($dir)]} { try { - source $file + ::tcl::Pkg::source $file } trap {POSIX EACCES} {} { # $file was not readable; silently ignore continue |